X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fservicestub%2FREADME.md;h=b4aa791b83f6c10a706a4f2d39da03da03523e63;hb=d14ce4bf82cf83574bac13b11242b48c58e82874;hp=601e52a5501e16dea44f3564202fd9b6ab2508f9;hpb=30cbd4c1f33d1e97f9dca55731b9bf0811583be9;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.