Change in URI Versioning
[nonrtric.git] / test / servicestub / README.md
index 601e52a..b4aa791 100644 (file)
@@ -19,8 +19,8 @@ wait for a few seconds to ensure the Spring Boot application is fully initialize
 Hello World endpoint and display the response:\r
 \r
 ```bash\r
-  response=$(curl -s http://localhost:8080/helloworld/sme)\r
-  echo "Response from the Hello World endpoint:"\r
+  response=$(curl -s http://localhost:8080/helloworld/v1/sme)\r
+  echo "Response from the Hello World SME endpoint:"\r
   echo "$response"\r
 ```\r
 \r
@@ -33,5 +33,5 @@ To stop and remove the Docker container:
 \r
 ## Additional Information\r
 \r
-- The Hello World endpoint is available at http://localhost:8080/helloworld/sme.\r
+- The Hello World SME endpoint is available at http://localhost:8080/helloworld/v1/sme.\r
 \r