mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Allow https://dustinbrett.com/ to use the API
This commit is contained in:
parent
7d8fc13752
commit
e1ac507930
@ -181,6 +181,7 @@ const allowList = [
|
||||
/http:\/\/localhost:3000/,
|
||||
/http:\/\/localhost:3001/,
|
||||
/netlify.app/,
|
||||
/https:\/\/dustinbrett.com/
|
||||
];
|
||||
|
||||
const corsOptions: CorsOptions = {
|
||||
|
Loading…
Reference in New Issue
Block a user