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