Skip to content

Commit

Permalink
Merge pull request #2278 from Keshav-NEC/Update_Readme
Browse files Browse the repository at this point in the history
Update Fiware Service path in cygnus-ngsi /README.md
  • Loading branch information
fgalan authored Aug 3, 2023
2 parents a2bd8ff + 711166c commit c1bed7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cygnus-ngsi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
>
Expand Down

0 comments on commit c1bed7d

Please sign in to comment.