Update localhost address to empty string

sam/sneaky
Bram van den Heuvel 2026-06-27 17:32:25 +02:00
parent 2ace9688ff
commit 317b5eeabf
1 changed files with 2 additions and 2 deletions

View File

@ -502,11 +502,11 @@ class EloTracker:
<script>
var app = Elm.EloTracker.init({
node: document.body,
flag: { baseUrl: "http://127.0.0.1:5000" }
flag: { baseUrl: "" }
});
</script>
</html>
""".strip(),
""".strip(), # TODO: Make base URL more explicit
mimetype="text/html",
)