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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}