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
+2
View File
@@ -32,4 +32,6 @@ class Api extends Module
"message" => "string",
"path" => "string",
];
const TEST_ORIGIN = 'localhost:1234';
}