change categorys2

This commit is contained in:
Kana
2024-01-05 18:37:00 +09:00
parent 9706c8e1c9
commit 69c640ee4f

View File

@@ -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) {