Skip to content

Commit

Permalink
Reconfigure swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozo committed Jun 8, 2024
1 parent 3afd876 commit dc62512
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
server.error.whitelabel.enabled=false
springdoc.swagger-ui.path=/
springdoc.api-docs.path=/

0 comments on commit dc62512

Please sign in to comment.