Skip to content

Commit

Permalink
fix: allow bringexport endpoint without authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
steve192 committed Mar 14, 2024
1 parent 29d32c2 commit 3ae5b55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class WebSecurityConfiguration {
"/api-docs/*",
"/api-docs/*/*",
"/api/v1/instance*",
"/api/v1/bringexport*",
"/h2-console/*",
"/error",
"/actuator/health");
Expand Down

0 comments on commit 3ae5b55

Please sign in to comment.