Skip to content

Commit

Permalink
feat: #55 ktlint 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeoniii committed Aug 21, 2024
1 parent d591d21 commit afc39dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ class SecurityConfig {
"https://*.myroutebox.com",
"https://myroutebox.com",
"http://localhost:8080",
"http://localhost:5173", // web
// For web local development
"http://localhost:5173",
)
corsConfig.allowedMethods = listOf(
HttpMethod.GET.name(),
Expand Down

0 comments on commit afc39dc

Please sign in to comment.