Skip to content

Commit 33e048c

Browse files
committed
♻️ chore: 스웨거 찐막 수정
1 parent 9cb61d3 commit 33e048c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/api/advanced_mobile/global/config/SwaggerConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ public class SwaggerConfig {
1515
public OpenAPI openAPI() {
1616
// HTTPS 서버만 명시
1717
Server httpsServer = new Server();
18-
httpsServer.setUrl("https://api.13.209.194.63.nip.io");
18+
httpsServer.setUrl("https://api.13.209.194.63.nip.io/api");
1919
httpsServer.setDescription("Production HTTPS Server");
2020

2121
// 로컬 서버 (개발용)
2222
Server localServer = new Server();
23-
localServer.setUrl("http://localhost:8080");
23+
localServer.setUrl("http://localhost:8080/api");
2424
localServer.setDescription("Local Development Server");
2525

2626
Info info = new Info()

0 commit comments

Comments
 (0)