Die API-Tests wurden um eine Preflight-Überprüfung erweitert, um CORS-Probleme zu vermindern.

This commit is contained in:
2021-04-12 15:56:35 +02:00
parent 5c15580738
commit 16e05ce819
9 changed files with 30 additions and 1 deletions
+4 -1
View File
@@ -2,4 +2,7 @@
DATABASES_HOST=psql.domain.tld
DATABASES_NAME=db
DATABASES_USER=user
DATABASES_PASS=1234
DATABASES_PASS=1234
## CORS Einstellungen
CORS_ALLOW_ORIGIN=localhost:*