Browse Source

fix单体服务

Eric 1 year ago
parent
commit
3c95cacd7a

+ 1 - 1
cooleshow-app/src/main/java/com/yonge/cooleshow/classroom/controller/HereWhiteController.java

@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
 @RestController
-@RequestMapping("/hereWhite")
+@RequestMapping("${app-config.url.classroom:}/hereWhite")
 public class HereWhiteController extends BaseController {
 
     @Autowired