Update localhost address to empty string
parent
2ace9688ff
commit
317b5eeabf
|
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue