From e36d688eed326b729243e6cd86a80ac768ad7243 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Thu, 10 Jun 2021 16:39:08 +0200 Subject: [PATCH] Add missing MIDDLEWARE to example settings --- example-settings.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example-settings.yml b/example-settings.yml index 61b2d5c..69c9713 100644 --- a/example-settings.yml +++ b/example-settings.yml @@ -75,6 +75,9 @@ server: WEBPUSH_SETTINGS: VAPID_ADMIN_EMAIL: "test@example.com" + MIDDLEWARE: + - 'corsheaders.middleware.CorsMiddleware' + CORS_ALLOWED_ORIGINS: - "http://localhost:1234"