From 711166c83a9dda490471e5925963efa85f852783 Mon Sep 17 00:00:00 2001 From: Keshav-NEC <102344018+Keshav-NEC@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:02:33 +0530 Subject: [PATCH] Update README.md Change in Fiware service path --- cygnus-ngsi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cygnus-ngsi/README.md b/cygnus-ngsi/README.md index de3da7573..12f0475ff 100644 --- a/cygnus-ngsi/README.md +++ b/cygnus-ngsi/README.md @@ -139,7 +139,7 @@ Running the tests require [Apache Maven](https://maven.apache.org/) installed an Cygnus NGSI works by receiving NGSI-like notifications, which are finally persisted. In order to test this, you can run any of the notification scripts located in the [resources folder](./resources/ngsi-examples) of this repo, which emulate certain notification types. ``` -$ ./notification-json-simple.sh http://localhost:5050/notify myservice myservicepath +$ ./notification-json-simple.sh http://localhost:5050/notify myservice /myservicepath * Trying ::1... * Connected to localhost (::1) port 5050 (#0) > POST /notify HTTP/1.1 @@ -148,7 +148,7 @@ $ ./notification-json-simple.sh http://localhost:5050/notify myservice myservice > Accept: application/json > User-Agent: orion/0.10.0 > Fiware-Service: myservice -> Fiware-ServicePath: myservicepath +> Fiware-ServicePath: /myservicepath > ngsiv2-attrsformat: normalized > Content-Length: 460 >