Make /static path relative
This commit is contained in:
parent
364d155f9d
commit
4eb1009afe
2
ui.html
2
ui.html
@ -17,7 +17,7 @@ this is the UI
|
|||||||
<input id="join_session_id" type="text" placeholder="Enter session id" />
|
<input id="join_session_id" type="text" placeholder="Enter session id" />
|
||||||
<button id="btn_join_session">Join session</button>
|
<button id="btn_join_session">Join session</button>
|
||||||
|
|
||||||
<script src="/static/renderer.js"></script>
|
<script src="../static/renderer.js"></script>
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("btn_create_session").onclick = async function (e) {
|
document.getElementById("btn_create_session").onclick = async function (e) {
|
||||||
let data = {};
|
let data = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user