Skip to content

Commit

Permalink
feat(UserActivityManager) : cors 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Due-IT committed Dec 21, 2024
1 parent fcd20db commit 089071f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class WebConfig(private val requestLoggingInterceptor: RequestLoggingInterceptor
.allowedOrigins(
"https://zepelown.site",
"https://master--wabicheck.netlify.app",
"https://wabicheck.netlify.app",
"http://localhost:3000",
"http://localhost:8080"
)
Expand Down

0 comments on commit 089071f

Please sign in to comment.