We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcde020 + f0f977c commit 3e1ebe4Copy full SHA for 3e1ebe4
src/main/java/com/trashheroesbe/global/config/SwaggerConfig.java
@@ -20,7 +20,7 @@ public OpenAPI openAPI() {
20
.info(apiInfo())
21
.servers(List.of(
22
new Server().url("http://localhost:8080").description("로컬 서버"),
23
- new Server().url("https://api.trash-heroes.com").description("운영 서버")
+ new Server().url("https://trash-heroes.store").description("운영 서버")
24
))
25
.addSecurityItem(new SecurityRequirement().addList("Bearer Authentication"))
26
.components(new Components()
0 commit comments