fix: relative api/highscores path
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
const storageKey = "tdkpin.save.v1";
|
||||
const encoder = new TextEncoder();
|
||||
const decoder = new TextDecoder();
|
||||
const highScoreApi = "/api/highscores";
|
||||
const highScoreApi = "api/highscores";
|
||||
let lastRevision = 0;
|
||||
let lastHighScoreRevision = 0;
|
||||
let highScoreRequestInFlight = false;
|
||||
|
||||
Reference in New Issue
Block a user