mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-26 05:17:27 +00:00
Add new domain name to CORS rules
This commit is contained in:
parent
932a8e568e
commit
531587566f
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ app.use(cors({
|
||||||
origin: [
|
origin: [
|
||||||
'http://localhost:8080',
|
'http://localhost:8080',
|
||||||
'https://leaguestats-gg.netlify.com',
|
'https://leaguestats-gg.netlify.com',
|
||||||
'https://leaguestats.valentinkaelin.ch/'
|
'https://leaguestats.valentinkaelin.ch/',
|
||||||
|
'https://leaguestats.gg'
|
||||||
]
|
]
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue