From 5dbbc6766b9c42d2aab32f617f53e4a663f74210 Mon Sep 17 00:00:00 2001 From: Murilo Kakazu Date: Mon, 30 Sep 2024 23:44:47 -0300 Subject: [PATCH] docs: update swagger url --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index eff7916..fc8e7d4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,5 +9,7 @@ spring.jpa.open-in-view=false # SWAGGER-UI CUSTOM PATH springdoc.swagger-ui.path=/swagger-ui.html +springdoc.swagger-ui.url=/v1/swagger.json +springdoc.api-docs.path=/v1/swagger.json springdoc.swagger-ui.tagsSorter=alpha springdoc.swagger-ui.operationsSorter=alpha \ No newline at end of file