mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
test push
This commit is contained in:
@@ -18,7 +18,7 @@ public class CategoryController {
|
||||
// 서비스로 카테고리 목록 불러오는 메서드 작성
|
||||
return "category/list";
|
||||
}
|
||||
|
||||
|
||||
// 상세페이지
|
||||
@PostMapping("/read/{kan_code}")
|
||||
public String read(@PathVariable UUID kan_code) {
|
||||
|
||||
Reference in New Issue
Block a user