fix: Use relative URL's (#855)

This commit is contained in:
Kroese
2024-11-20 13:21:20 +01:00
committed by GitHub
parent ff3744ead9
commit 84440d5159
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ var interval = 1000;
function getInfo() {
var url = "/msg.html";
var url = "msg.html";
try {