diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 97346b0..c9e11ba 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,7 +7,8 @@ springdoc.default-produces-media-type=application/json jwt.secret=${JWT_SECRET} jwt.expiration=${JWT_EXPIRATION} springdoc.packages-to-scan=me.gistory.newbies_server_24.controllers -springdoc.swagger-ui.path=/api springdoc.swagger-ui.disable-swagger-default-url=true springdoc.swagger-ui.display-request-duration=true -springdoc.swagger-ui.operations-sorter=alpha \ No newline at end of file +springdoc.swagger-ui.operations-sorter=alpha +springdoc.api-docs.enabled=true +springdoc.api-docs.path=/api-docs \ No newline at end of file