This commit is contained in:
Pengwius 2021-04-10 12:33:17 +02:00
parent d3433924cb
commit 2b1f493edb

View file

@ -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'