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