경로 이동

This commit is contained in:
현성필
2023-05-16 21:36:55 +09:00
parent 58c11861ff
commit ddf8386180
3 changed files with 2 additions and 2 deletions
@@ -19,8 +19,8 @@
<!-- csrf -->
<input id="csrf" type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}">
<div class="pt-layout">
<aside th:replace="page/apiCollection :: collectionFragment"></aside>
<th:block th:replace="page/apiCollection :: collectionScript"></th:block>
<aside th:replace="page/tester/apiCollection :: collectionFragment"></aside>
<th:block th:replace="page/tester/apiCollection :: collectionScript"></th:block>
<section class="pt-main order-1" layout:fragment="contentFragment">
</section>