X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fservicestub%2FREADME.md;fp=test%2Fservicestub%2FREADME.md;h=b4aa791b83f6c10a706a4f2d39da03da03523e63;hb=b94b48f2cad1b161a0ece13a4100ccf4b7d0c503;hp=601e52a5501e16dea44f3564202fd9b6ab2508f9;hpb=3c504be356d2ac9fc5195eb45692e1b756caa9f3;p=nonrtric.git diff --git a/test/servicestub/README.md b/test/servicestub/README.md index 601e52a5..b4aa791b 100644 --- a/test/servicestub/README.md +++ b/test/servicestub/README.md @@ -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: ```bash - response=$(curl -s http://localhost:8080/helloworld/sme) - echo "Response from the Hello World endpoint:" + response=$(curl -s http://localhost:8080/helloworld/v1/sme) + echo "Response from the Hello World SME endpoint:" echo "$response" ``` @@ -33,5 +33,5 @@ To stop and remove the Docker container: ## Additional Information -- The Hello World endpoint is available at http://localhost:8080/helloworld/sme. +- The Hello World SME endpoint is available at http://localhost:8080/helloworld/v1/sme.