bugfix
This commit is contained in:
parent
a31b9a1c15
commit
a552eb2a10
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ ALLOWED_HOSTS = [
|
||||||
]
|
]
|
||||||
|
|
||||||
CORS_ALLOWED_ORIGINS = [
|
CORS_ALLOWED_ORIGINS = [
|
||||||
'https://35.198.182.146'
|
'https://35.198.182.146',
|
||||||
'https://34.65.133.166',
|
'https://34.65.133.166',
|
||||||
'http://localhost:4200',
|
'http://localhost:4200',
|
||||||
'https://videoflix.andre-kempf.com',
|
'https://videoflix.andre-kempf.com',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue