Skip to content

Commit

Permalink
update cors origins
Browse files Browse the repository at this point in the history
  • Loading branch information
minje0204 committed Sep 14, 2024
1 parent a9b869d commit d73ca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jwt:

app:
cors:
allowedOrigins: http://localhost:3000
allowedOrigins: http://localhost:8081

server:
servlet:
Expand Down

0 comments on commit d73ca78

Please sign in to comment.