From e29a6dcab9262262991b0cd732f9a32aacf6a1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20L=C3=BCcke?= Date: Mon, 12 Apr 2021 18:45:16 +0200 Subject: [PATCH] =?UTF-8?q?Der=20Regex=20ist=20nun=20vollst=C3=A4ndig.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.env.example b/api/.env.example index ccf54d0..10a3d48 100644 --- a/api/.env.example +++ b/api/.env.example @@ -5,4 +5,4 @@ DATABASES_USER=user DATABASES_PASS=1234 ## CORS Einstellungen -CORS_ALLOW_ORIGIN=localhost:* \ No newline at end of file +CORS_ALLOW_ORIGIN_REGEX=/https?:\/\/localhost:\d+/ \ No newline at end of file