mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07: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: [
|
||||
'http://localhost:8080',
|
||||
'https://leaguestats-gg.netlify.com',
|
||||
'https://leaguestats.valentinkaelin.ch/'
|
||||
'https://leaguestats.valentinkaelin.ch/',
|
||||
'https://leaguestats.gg'
|
||||
]
|
||||
}))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue