From 5e96f5b7217b2db90f54e3504f588d5944a315ec Mon Sep 17 00:00:00 2001 From: Shiwon Park Date: Sun, 25 Aug 2024 23:54:31 +0900 Subject: [PATCH] update: api-docs --- src/main/resources/application.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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