We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1753e8 commit 224aee5Copy full SHA for 224aee5
2 files changed
src/main/java/com/api/advanced_mobile/global/config/SwaggerConfig.java
@@ -24,7 +24,7 @@ public OpenAPI openAPI() {
24
.description("API 명세서입니다.");
25
26
Server httpsServer = new Server();
27
- httpsServer.setUrl("https://api.13.209.194.63.nip.io/api");
+ httpsServer.setUrl("https://api.13.209.194.63.nip.io");
28
httpsServer.setDescription("HTTPS Server");
29
30
return new OpenAPI()
src/main/resources/application.properties
@@ -15,7 +15,7 @@ spring.jpa.open-in-view: false
15
server.servlet.session.timeout=60m
16
17
#swagger
18
-springdoc.swagger-ui.url=/api/v3/api-docs
19
springdoc.api-docs.path=/v3/api-docs
+springdoc.swagger-ui.path=/swagger-ui.html
20
springdoc.swagger-ui.operationsSorter=method
21
springdoc.swagger-ui.disable-swagger-default-url=true
0 commit comments