Skip to content

Commit

Permalink
Update: 배포환경을 위한 swagger 동적 scheme url port 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Jun 5, 2024
1 parent 6258963 commit 9252f67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/gt/genti/other/config/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class SwaggerConfig {
@Value("${springdoc.url.port}")
private String urlPort;

//
@Bean
public OpenAPI openAPI() {
String serverUrl = String.format("%s://%s:%s", urlScheme, urlHost, urlPort);
Expand Down

0 comments on commit 9252f67

Please sign in to comment.