경로 이동
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
<!-- csrf -->
|
<!-- csrf -->
|
||||||
<input id="csrf" type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}">
|
<input id="csrf" type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}">
|
||||||
<div class="pt-layout">
|
<div class="pt-layout">
|
||||||
<aside th:replace="page/apiCollection :: collectionFragment"></aside>
|
<aside th:replace="page/tester/apiCollection :: collectionFragment"></aside>
|
||||||
<th:block th:replace="page/apiCollection :: collectionScript"></th:block>
|
<th:block th:replace="page/tester/apiCollection :: collectionScript"></th:block>
|
||||||
|
|
||||||
<section class="pt-main order-1" layout:fragment="contentFragment">
|
<section class="pt-main order-1" layout:fragment="contentFragment">
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user