From 2c7f71176862cca9a3ec1c329bc18abbeb41ac43 Mon Sep 17 00:00:00 2001 From: Nicolas Wagner <61192980+TheImpressiveDonut@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:33:31 +0200 Subject: [PATCH] correct rest path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2f5fc7..73a25cc 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- 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