Make /static path relative

This commit is contained in:
Kai Vogelgesang 2020-04-17 02:44:53 +02:00
parent 364d155f9d
commit 4eb1009afe

View File

@ -17,7 +17,7 @@ this is the UI
<input id="join_session_id" type="text" placeholder="Enter session id" />
<button id="btn_join_session">Join session</button>
<script src="/static/renderer.js"></script>
<script src="../static/renderer.js"></script>
<script>
document.getElementById("btn_create_session").onclick = async function (e) {
let data = {};