9 lines
146 B
Python
9 lines
146 B
Python
CORS_ALLOWED_ORIGINS = [
|
|
"http://localhost:8081",
|
|
"http://127.0.0.1:8081",
|
|
]
|
|
|
|
CSRF_TRUSTED_ORIGINS = [
|
|
"https://uyqur.felixits.uz",
|
|
]
|