This commit is contained in:
IDONTSUDO 2023-11-10 21:43:57 +03:00
parent 6446da7e76
commit 6f86377685
18 changed files with 274 additions and 107 deletions

View file

@ -24,3 +24,4 @@ const socketSubscribers = [
];
new App(httpRoutes, socketSubscribers).listen();