@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RestController;
* @date 2018/10/10
*/
@RestController
-@RequestMapping("/api/ui/view")
+@RequestMapping("/view")
public class ViewController {
@Autowired
@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RestController;
-@RequestMapping("/api/ui/co_view")
+@RequestMapping("/co_view")
public class CoViewController {
private CoViewService coViewService;