anderx пре 8 година
родитељ
комит
663a0d02e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/goafanti/app/controller/AppServiceController.java

+ 1 - 1
src/main/java/com/goafanti/app/controller/AppServiceController.java

@@ -16,7 +16,7 @@ import com.goafanti.user.service.UserIdentityService;
 
 
 @RestController
-@RequestMapping(path = "/open/app/service", method = RequestMethod.GET)
+@RequestMapping(path = "/app/service", method = RequestMethod.GET)
 public class AppServiceController extends BaseApiController {
 	@Resource
 	private BusinessVarietiesService	adminVarietiesService;