Skip to content

Commit

Permalink
Fix Broken Goal Retrieve No-Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Dec 30, 2023
1 parent e35c88b commit 6e72ec6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class SecurityConfig(
"/v1/auth/**",
// don't need an authorization
"/v1/goal/*/simple",
"/v1/user/nickname"
"/v1/user/nickname",
"/v1/goal/betting/*/no-auth"
)
}

Expand Down

0 comments on commit 6e72ec6

Please sign in to comment.