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