bugfixes/cors-problem #7

Merged
TorstenHettstedt merged 9 commits from bugfixes/cors-problem into master 2021-04-13 12:44:22 +02:00
Showing only changes of commit edcb80421b - Show all commits
+1 -1
View File
@@ -33,5 +33,5 @@ class Api extends Module
"path" => "string", "path" => "string",
]; ];
const TEST_ORIGIN = 'localhost:1234'; const TEST_ORIGIN = 'http://localhost:1234';
} }