Skip to content

Commit 651adcb

Browse files
authored
Use relative url for psutils (#124)
1 parent 3e1352f commit 651adcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapshader/templates/psutils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</div>
102102
<script>
103103
const fetchAndPopulate = async () => {
104-
const data = await fetch("http://localhost:5000/psutil");
104+
const data = await fetch("/psutil");
105105
const log = await data.json();
106106

107107
document.getElementById(

0 commit comments

Comments
 (0)