Update localhost address to empty string
parent
2ace9688ff
commit
317b5eeabf
|
|
@ -502,11 +502,11 @@ class EloTracker:
|
||||||
<script>
|
<script>
|
||||||
var app = Elm.EloTracker.init({
|
var app = Elm.EloTracker.init({
|
||||||
node: document.body,
|
node: document.body,
|
||||||
flag: { baseUrl: "http://127.0.0.1:5000" }
|
flag: { baseUrl: "" }
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
""".strip(),
|
""".strip(), # TODO: Make base URL more explicit
|
||||||
mimetype="text/html",
|
mimetype="text/html",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue