initial commit
This commit is contained in:
9
config/conf/cors.py
Normal file
9
config/conf/cors.py
Normal file
@@ -0,0 +1,9 @@
|
||||
CORS_ALLOWED_ORIGINS = [
|
||||
"http://localhost:5173",
|
||||
"http://127.0.0.1:5173",
|
||||
]
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
'http://localhost:8001',
|
||||
'http://127.0.0.1:8001',
|
||||
]
|
||||
Reference in New Issue
Block a user