Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
Update the curl commands
  • Loading branch information
GeorgePanaretos committed Jan 3, 2023
1 parent 20a9d99 commit 83415b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The following curl command adds a user:
====
[source,sh]
----
$ curl localhost:8080/demo/add -d name=First -d [email protected]
$ curl http://localhost:8080/demo/add -d name=First -d [email protected]
----
====

Expand All @@ -216,7 +216,7 @@ The following command shows all the users:
====
[source,sh]
----
$ curl 'localhost:8080/demo/all'
$ curl http://localhost:8080/demo/all
----
====

Expand Down

0 comments on commit 83415b9

Please sign in to comment.