Skip to content

Commit

Permalink
fix: subscriptions not whitelisted (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3nryc0ding authored May 27, 2024
1 parent 1022782 commit f577e10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SecurityConfig(
private val appConfig: AppConfig,
) {
companion object {
val GRAPHQL_WHITELIST = arrayOf("/graphql/**", "/graphiql/**")
val GRAPHQL_WHITELIST = arrayOf("/graphql/**", "/graphiql/**", "/subscriptions/**")
}

@Bean
Expand Down

0 comments on commit f577e10

Please sign in to comment.