Skip to content

Commit

Permalink
Allow anonymous POST requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkavrba committed Oct 5, 2024
1 parent dcd1059 commit c0232e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ micronaut:
enabled: true

intercept-url-map:
- pattern: "/**"
http-method: "POST"
access:
- "isAnonymous()"

- pattern: "/**"
http-method: "GET"
access:
Expand Down

0 comments on commit c0232e5

Please sign in to comment.