mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
Allow cors for api.webamp.org
This commit is contained in:
parent
c1aae3485a
commit
2dca4bfb85
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ async function getSitemapUrls() {
|
|||
|
||||
const allowList = [
|
||||
/https:\/\/skins\.webamp\.org/,
|
||||
/https:\/\/api\.webamp\.org/,
|
||||
/https:\/\/winamp-skin-museum\.pages\.dev/,
|
||||
/http:\/\/localhost:3000/,
|
||||
/http:\/\/localhost:3001/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue