Fix
This commit is contained in:
parent
d3433924cb
commit
2b1f493edb
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ TEMPLATES = [
|
|||
CORS_ALLOWED_ORIGINS = [
|
||||
"http://localhost:8080",
|
||||
"http://127.0.0.1:8080",
|
||||
"https://librus.fun/",
|
||||
"https://librus.fun",
|
||||
]
|
||||
|
||||
WSGI_APPLICATION = 'wulkanowy.wsgi.application'
|
||||
|
|
Loading…
Reference in a new issue