page 500 에러 수정

This commit is contained in:
현성필
2023-10-17 15:55:43 +09:00
parent 0512107ca3
commit 4637b63057
2 changed files with 2 additions and 2 deletions
@@ -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>