Update build.gradle

This commit is contained in:
Anthony Stirling
2023-09-14 21:25:18 +01:00
committed by GitHub
parent ed82c492ab
commit a0ac2bc02a

View File

@@ -34,7 +34,7 @@ sourceSets {
openApi {
apiDocsUrl = "http://localhost:8080/v3/api-docs"
apiDocsUrl = "http://localhost:8080/v1/api-docs"
outputDir = file("$projectDir")
outputFileName = "SwaggerDoc.json"
}