Переработаны роутеры приложения
Переписано APi WebSocket для работы с новыми роутерами
This commit is contained in:
6
web/lib/pages/stand/list/script.js
Normal file
6
web/lib/pages/stand/list/script.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const Stand_list = {
|
||||
init: async () => {
|
||||
let html = await fetch('/lib/pages/stand/list/index.html').then((response) => response.text());
|
||||
app.innerHTML = html;
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user