From ddf838618014f45e9740b69bab92e591aa45ce5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Tue, 16 May 2023 21:36:55 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/layout/api_tester_layout.html | 4 ++-- .../resources/templates/page/{ => tester}/apiCollection.html | 0 src/main/resources/templates/page/{ => tester}/apiTester.html | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/main/resources/templates/page/{ => tester}/apiCollection.html (100%) rename src/main/resources/templates/page/{ => tester}/apiTester.html (100%) diff --git a/src/main/resources/templates/layout/api_tester_layout.html b/src/main/resources/templates/layout/api_tester_layout.html index 0709124..3a7789a 100644 --- a/src/main/resources/templates/layout/api_tester_layout.html +++ b/src/main/resources/templates/layout/api_tester_layout.html @@ -19,8 +19,8 @@
- - + +
diff --git a/src/main/resources/templates/page/apiCollection.html b/src/main/resources/templates/page/tester/apiCollection.html similarity index 100% rename from src/main/resources/templates/page/apiCollection.html rename to src/main/resources/templates/page/tester/apiCollection.html diff --git a/src/main/resources/templates/page/apiTester.html b/src/main/resources/templates/page/tester/apiTester.html similarity index 100% rename from src/main/resources/templates/page/apiTester.html rename to src/main/resources/templates/page/tester/apiTester.html