Der Browser sendet auch das Protokoll mit.

This commit is contained in:
2021-04-12 18:26:12 +02:00
parent 16e05ce819
commit edcb80421b
+1 -1
View File
@@ -33,5 +33,5 @@ class Api extends Module
"path" => "string",
];
const TEST_ORIGIN = 'localhost:1234';
const TEST_ORIGIN = 'http://localhost:1234';
}