Browse Source

Merge remote-tracking branch 'origin/feature/1019-tenant' into feature/1019-tenant

yuanliang 1 năm trước cách đây
mục cha
commit
905e6e8ae7

+ 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