Skip to content

Commit

Permalink
๐Ÿ—‚๏ธ :: (#main) student cors
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsoftj1123 committed Oct 5, 2023
1 parent 9b246d1 commit 52f5f68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public void addCorsMappings(CorsRegistry registry) {
.allowedOrigins(
"https://jobis-admin.team-return.com",
"https://jobis-company.team-return.com",
"https://jobis-student.team-return.com",
"http://localhost:3000",
"http://lcoalhost:3001",
"http://localhost:4000"
Expand Down

0 comments on commit 52f5f68

Please sign in to comment.