Skip to content

Commit 5b606c8

Browse files
committed
mod::swagger url 수정
1 parent 91733a5 commit 5b606c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ontime-back/src/main/java/devkor/ontime_back/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@Configuration
1616
@OpenAPIDefinition(
1717
servers = {
18-
@Server(url = "https://ontime.devkor.club", description = "Production Server"),
18+
@Server(url = "https://api.ontime.devkor.club", description = "Production Server"),
1919
@Server(url = "http://localhost:8080", description = "Local Serever")
2020
}
2121
)

0 commit comments

Comments
 (0)