From ce73930e18a05b210c2eab04c69e2821fd1ac191 Mon Sep 17 00:00:00 2001 From: dong2ast Date: Wed, 17 Jan 2024 13:20:03 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[FIX]=20swagger=20https=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/org/sopt/lequuServer/LequuServerApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/sopt/lequuServer/LequuServerApplication.java b/src/main/java/org/sopt/lequuServer/LequuServerApplication.java index 98442c4..d3ca259 100644 --- a/src/main/java/org/sopt/lequuServer/LequuServerApplication.java +++ b/src/main/java/org/sopt/lequuServer/LequuServerApplication.java @@ -10,7 +10,7 @@ @SpringBootApplication(exclude = {UserDetailsServiceAutoConfiguration.class}) @EnableFeignClients -@OpenAPIDefinition(servers = {@Server(url = "/", description = "Default Server URL")}) +@OpenAPIDefinition(servers = {@Server(url = "https://www.lecue.me/", description = "Default Server URL")}) @EnableAspectJAutoProxy public class LequuServerApplication {