Skip to content

Commit

Permalink
correct rest path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImpressiveDonut authored Jul 3, 2023
1 parent 6fe1b49 commit 2c7f711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Run the app and do a curl and check the log of the app.

Example of results:
- curl -v localhost:8085/helloB => Blocking call without roles allowed, is on eventloop: false
- curl -v localhost:8085/helloB => Blocking call with roles allowed, is on eventloop: true (**Should be false**)
- curl -v localhost:8085/helloB => Non blocking call with roles allowed, is on eventloop: true
- curl -v localhost:8085/helloBWithR => Blocking call with roles allowed, is on eventloop: true (**Should be false**)
- curl -v localhost:8085/helloNonB => Non blocking call with roles allowed, is on eventloop: true

0 comments on commit 2c7f711

Please sign in to comment.