Replace fetch with CapacitorHTTP

This commit is contained in:
oleksandr-shysh
2025-06-20 12:57:24 +03:00
parent 652aefd273
commit 315a77c7d3
14 changed files with 101 additions and 148 deletions
-3
View File
@@ -4,9 +4,6 @@ import { GameMapType } from "../../src/core/game/Game";
import { GameID } from "../../src/core/Schemas";
export class TestServerConfig implements ServerConfig {
origin(): string {
return "unused";
}
cloudflareConfigPath(): string {
throw new Error("Method not implemented.");
}