mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 11:54:36 +00:00
fix archive game url
This commit is contained in:
@@ -128,6 +128,6 @@ export class LocalServer {
|
||||
type: "application/json",
|
||||
});
|
||||
const workerPath = this.serverConfig.workerPath(this.lobbyConfig.gameID);
|
||||
navigator.sendBeacon(`/${workerPath}/archive_singleplayer_game`, blob);
|
||||
navigator.sendBeacon(`/${workerPath}/api/archive_singleplayer_game`, blob);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user