From 51bd4766ebbdd05289fcfb81e0dba5a2e9effcc5 Mon Sep 17 00:00:00 2001 From: EunbeenDev Date: Thu, 2 Jan 2025 11:16:17 +0900 Subject: [PATCH] =?UTF-8?q?[DOCS]=20API=20=EB=AA=85=EC=84=B8=EC=84=9C=20?= =?UTF-8?q?=EB=82=B4=20=EB=B0=B0=ED=8F=AC=20=EC=A3=BC=EC=86=8C=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/openapi.json b/src/main/resources/static/openapi.json index 08cb673..dab9597 100644 --- a/src/main/resources/static/openapi.json +++ b/src/main/resources/static/openapi.json @@ -7,7 +7,7 @@ }, "servers": [ { - "url": "http://localhost:8080/api/v1", + "url": "http://52.78.107.187:8080/api/v1", "description": "일거수일투족 spring 서버" } ],