소스 검색

更改controller

LAPTOP-BJJ3IV5R\SIWEI 1 년 전
부모
커밋
771159e4b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      onemap-modules/onemap-apply/src/main/java/com/onemap/apply/controller/table/TableDataSelectController.java

+ 1 - 1
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/controller/table/TableDataSelectController.java

@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RestController;
 
 
 @RestController
-@RequestMapping("/table")
+@RequestMapping("/tabledata")
 public class TableDataSelectController extends BaseController {
     @Autowired
     private TableDataSelectService tableDataSelectService;