From dc29464b91e86d367e78cab59b6f70fa18c8f4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Manteaux?= Date: Fri, 25 Aug 2023 13:05:16 +0200 Subject: [PATCH] Fix readme --- plume-web-jersey-monitoring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plume-web-jersey-monitoring/README.md b/plume-web-jersey-monitoring/README.md index d66daf6..091168b 100644 --- a/plume-web-jersey-monitoring/README.md +++ b/plume-web-jersey-monitoring/README.md @@ -71,7 +71,7 @@ Usage example **Web-service** ```java -@Path("/monitor") +@Path("/monitoring") // Authentication is done directly by the web service without any annotation @PublicApi @Produces(MediaType.APPLICATION_JSON)