Add missing MIDDLEWARE to example settings

This commit is contained in:
3wc 2021-06-10 16:39:08 +02:00
parent c31c410827
commit e36d688eed
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ server:
WEBPUSH_SETTINGS:
VAPID_ADMIN_EMAIL: "test@example.com"
MIDDLEWARE:
- 'corsheaders.middleware.CorsMiddleware'
CORS_ALLOWED_ORIGINS:
- "http://localhost:1234"