more progress on websockets

This commit is contained in:
AAGaming
2023-11-10 16:47:22 -05:00
committed by marios8543
parent 34d1a34b10
commit 5e1e035bc2
4 changed files with 66 additions and 58 deletions

View File

@@ -88,7 +88,7 @@ class Loader:
self.observer.start()
self.loop.create_task(self.enable_reload_wait())
server_instance.add_routes([
server_instance.web_app.add_routes([
web.get("/frontend/{path:.*}", self.handle_frontend_assets),
web.get("/locales/{path:.*}", self.handle_frontend_locales),
web.get("/plugins", self.get_plugins),