Improve CORS handling

This commit is contained in:
oleksandr-shysh
2025-06-10 17:27:03 +03:00
parent 046c9625a2
commit 5e9e937ab6
4 changed files with 27 additions and 11 deletions
+3
View File
@@ -4,6 +4,9 @@ import { GameMapType } from "../../src/core/game/Game";
import { GameID } from "../../src/core/Schemas";
export class TestServerConfig implements ServerConfig {
origin(): string {
return "http://localhost:9000";
}
cloudflareConfigPath(): string {
throw new Error("Method not implemented.");
}