NorthLan 6 년 전
부모
커밋
69b671e59b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      zen-web/src/main/kotlin/com/gxzc/zen/web/sys/controller/TestController.kt

+ 0 - 1
zen-web/src/main/kotlin/com/gxzc/zen/web/sys/controller/TestController.kt

@@ -19,7 +19,6 @@ import org.springframework.web.bind.annotation.RestController
 class TestController : BaseController() {
     @GetMapping("a")
     fun get(): ResponseEntity<*> {
-        
         return ResponseEntity.ok(SysDictUtil.getAll())
     }
 }