From 1e6517486791679eb56e6e102b64eeac74e6a60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gon=C3=A7alves?= Date: Fri, 11 Nov 2016 12:30:42 +0000 Subject: [PATCH] Update README.md --- examples/providers/rest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/providers/rest/README.md b/examples/providers/rest/README.md index d78e9bc958..9d26627a46 100644 --- a/examples/providers/rest/README.md +++ b/examples/providers/rest/README.md @@ -12,5 +12,5 @@ Then registering the provider by editing `standalone/configuration/standalone.xm module:org.keycloak.examples.hello-rest-example -Then start (or restart) the server. Once started open http://localhost:8080/realms/master/hello and you should see the message _Hello master_. -You can also invoke the endpoint for other realms by replacing `master` with the realm name in the above url. \ No newline at end of file +Then start (or restart) the server. Once started open http://localhost:8080/auth/realms/master/hello and you should see the message _Hello master_. +You can also invoke the endpoint for other realms by replacing `master` with the realm name in the above url.