Die API-Tests wurden um eine Preflight-Überprüfung erweitert, um CORS-Probleme zu vermindern.
This commit is contained in:
+4
-1
@@ -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:*
|
||||
Reference in New Issue
Block a user