Skip to content

Commit fbb5ba8

Browse files
authored
Merge pull request #14 from ASAP-Lettering/ASAP-000
ASAP-000 docs: swagger api endpoint 설정 변경
2 parents 43b9cef + 7a2b2b4 commit fbb5ba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Bootstrap-Module/src/main/kotlin/com/asap/bootstrap/common/SwaggerConfig.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ import org.springframework.context.annotation.Configuration
1111
url = "http://localhost:8080",
1212
description = "Server"
1313
),
14+
Server(
15+
url = "https://api.lettering.world",
16+
description = "Production Server"
17+
)
1418
]
1519
)
1620
class SwaggerConfig {

0 commit comments

Comments
 (0)