page 500 에러 수정
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ public class ApiClientPageController {
|
|||||||
List<Server> servers = serverRepository.findAllByEnabledIs(true);
|
List<Server> servers = serverRepository.findAllByEnabledIs(true);
|
||||||
model.addAttribute("servers", servers);
|
model.addAttribute("servers", servers);
|
||||||
|
|
||||||
return "apiTester";
|
return "page/tester/apiTester";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{/layout/default_layout}">
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout/default_layout}">
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user