X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fservicestub%2Fsrc%2Fmain%2Fjava%2Forg%2Foran%2Fhelloworld%2Frest%2FHelloWorldController.java;fp=test%2Fservicestub%2Fsrc%2Fmain%2Fjava%2Forg%2Foran%2Fhelloworld%2Frest%2FHelloWorldController.java;h=057191ecf3dccc7cabd670858ed11afe32c16759;hb=3c504be356d2ac9fc5195eb45692e1b756caa9f3;hp=994e1513d64a29dec198b5a0b27457568457638e;hpb=17735a3d78a7842697a2645b99ab01f777fdb172;p=nonrtric.git diff --git a/test/servicestub/src/main/java/org/oran/helloworld/rest/HelloWorldController.java b/test/servicestub/src/main/java/org/oran/helloworld/rest/HelloWorldController.java index 994e1513..057191ec 100644 --- a/test/servicestub/src/main/java/org/oran/helloworld/rest/HelloWorldController.java +++ b/test/servicestub/src/main/java/org/oran/helloworld/rest/HelloWorldController.java @@ -24,7 +24,7 @@ import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController -@RequestMapping("/helloworld") +@RequestMapping("/v1/helloworld") public class HelloWorldController { @RequestMapping("")