Додана сторінка "Стенд"

Додане повідомлення про оновлення застосунку
Оновлен Service Worker
Перероблен WebSocket APІ
This commit is contained in:
2025-10-19 00:55:30 +03:00
parent 6ec6523d71
commit 3f08f3f6c9
46 changed files with 2651 additions and 2691 deletions

View File

@@ -15,7 +15,7 @@ router
.delete(authenticate, StandController.deleteStand);
router
.route('/schedule/list')
.route('/schedule/list/:stand_id')
.get(authenticate, StandController.getScheduleList)
router