Adding API version in rest endpoints
[nonrtric.git] / test / servicestub / src / main / java / org / oran / helloworld / rest / HelloWorldController.java
index 994e151..057191e 100644 (file)
@@ -24,7 +24,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;\r
 \r
 @RestController\r
-@RequestMapping("/helloworld")\r
+@RequestMapping("/v1/helloworld")\r
 public class HelloWorldController {\r
 \r
     @RequestMapping("")\r