mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
change categorys2
This commit is contained in:
@@ -37,7 +37,7 @@ public class CategoryController {
|
|||||||
|
|
||||||
return "category/test";
|
return "category/test";
|
||||||
}
|
}
|
||||||
|
|
||||||
// 카테고리 리스트 출력
|
// 카테고리 리스트 출력
|
||||||
@GetMapping("/category/list")
|
@GetMapping("/category/list")
|
||||||
public String list(@RequestParam(name = "p", defaultValue = "1") int p, Model m) {
|
public String list(@RequestParam(name = "p", defaultValue = "1") int p, Model m) {
|
||||||
|
|||||||
Reference in New Issue
Block a user