@@ -86,8 +86,8 @@ public class AdminController {
|
||||
|
||||
}
|
||||
|
||||
/* 작가 상세 페이지 */
|
||||
@GetMapping("/authorDetail")
|
||||
/* 작가 상세, 수정 페이지 */
|
||||
@GetMapping({"/authorDetail", "/authorModify"})
|
||||
public void authorGetInfoGET(int authorId, Criteria cri, Model model) throws Exception {
|
||||
|
||||
logger.info("authorDetail......." + authorId);
|
||||
|
||||
Reference in New Issue
Block a user