Add missing MIDDLEWARE to example settings
This commit is contained in:
parent
c31c410827
commit
e36d688eed
@ -75,6 +75,9 @@ server:
|
|||||||
WEBPUSH_SETTINGS:
|
WEBPUSH_SETTINGS:
|
||||||
VAPID_ADMIN_EMAIL: "test@example.com"
|
VAPID_ADMIN_EMAIL: "test@example.com"
|
||||||
|
|
||||||
|
MIDDLEWARE:
|
||||||
|
- 'corsheaders.middleware.CorsMiddleware'
|
||||||
|
|
||||||
CORS_ALLOWED_ORIGINS:
|
CORS_ALLOWED_ORIGINS:
|
||||||
- "http://localhost:1234"
|
- "http://localhost:1234"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user