Skip to content

Commit

Permalink
Fix:edit whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonseung-lee committed May 16, 2024
1 parent 8a162c5 commit 41b9beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const whitelist = [
"http://localhost",
"http://localhost:8080",
"http://localhost:3000",
"http://bililge.s3-website.ap-northeast-2.amazonaws.com/",
"http://2024-01-webclient.s3-website.ap-northeast-2.amazonaws.com/",
"http://bililge.s3-website.ap-northeast-2.amazonaws.com",
"http://2024-01-webclient.s3-website.ap-northeast-2.amazonaws.com",
];

const corsOptions = {
Expand Down

0 comments on commit 41b9beb

Please sign in to comment.