Skip to content

Commit

Permalink
fix swagger-ui (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoliver authored Sep 1, 2023
1 parent b7ae8f0 commit 305876e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adoptium-frontend-parent/adoptium-api-v3-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Configuration file
# key = value
quarkus.swagger-ui.enable=true
quarkus.swagger-ui.always-include=true

quarkus.http.cors=true
quarkus.http.cors.origins=*
quarkus.http.cors.methods=*
Expand Down

0 comments on commit 305876e

Please sign in to comment.