Ajout du script du lien symbolique
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { statusProxy } from './main.js'
|
||||
|
||||
export async function loadStatus(){
|
||||
let res = await fetch('/status/index.ouvert.html');
|
||||
let res = await fetch('/status/index.html');
|
||||
|
||||
let html_text = await res.text()
|
||||
let html = new DOMParser().parseFromString(html_text, "text/html");
|
||||
|
||||
Reference in New Issue
Block a user