Skip to content

Commit 00528c9

Browse files
committed
hotfix : allow feed anonymous
1 parent 4255e2c commit 00528c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway-service/src/main/kotlin/com/grepp/quizy/global/AuthGlobalFilter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class AuthGlobalFilter(
129129
class RouteValidator {
130130
private val openApiEndpoints = listOf(
131131
"/oauth2",
132-
"/api/quiz/feed",
132+
"/api/quiz/my/feed",
133133
"/api/quiz/search",
134134
"/api/user/info/",
135135
"/login/oauth2/code",

0 commit comments

Comments
 (0)