fix archive game url

This commit is contained in:
Evan
2025-03-06 16:09:44 -08:00
parent b9ff2355d2
commit 2ba98f047b
+1 -1
View File
@@ -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);
}
}