Skip to content

Commit

Permalink
Don't deny by by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Sep 13, 2023
1 parent d9562ca commit cc21da1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ quarkus:
enabled: true
csrf-reactive:
enable: false
security:
deny-unannotated-members: false
jaxrs:
deny-unannotated-endpoints: false

"%dev":
quarkus:
Expand Down

0 comments on commit cc21da1

Please sign in to comment.