Socket Echo 기능 추가
This commit is contained in:
@@ -26,7 +26,7 @@ public class ApiManageController {
|
||||
|
||||
@GetMapping("/manage/findAllApis")
|
||||
public String getAllApis(Pageable pageable, Model model) {
|
||||
model.addAttribute("apiInfoList", apiService.findAllApis(pageable));
|
||||
//model.addAttribute("apiInfoList", apiService.findAllApis(pageable));
|
||||
return "page/list-api";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user