Skip to content

Commit

Permalink
Added IP Address to CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
tweiss9 committed Nov 7, 2023
1 parent 407e9ba commit 3ab225f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ app.use(
"https://tylerhweiss.com",
"http://localhost:5000",
"http://127.0.0.1:5000",
"199.36.158.100"
],
})
);
Expand Down

0 comments on commit 3ab225f

Please sign in to comment.