mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 23:43:28 +00:00
Allow https://dustinbrett.com/ to use the API
This commit is contained in:
parent
7d8fc13752
commit
e1ac507930
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ const allowList = [
|
|||
/http:\/\/localhost:3000/,
|
||||
/http:\/\/localhost:3001/,
|
||||
/netlify.app/,
|
||||
/https:\/\/dustinbrett.com/
|
||||
];
|
||||
|
||||
const corsOptions: CorsOptions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue