project duplication updates

This commit is contained in:
2025-06-02 18:12:59 +05:30
parent e6f3e26353
commit f9083175da
2 changed files with 5 additions and 9 deletions

View File

@@ -35,8 +35,8 @@ export const SocketServer = (io: Server) => {
dashboard: io.of('/dashboard'),
project: io.of('/project'),
thread: io.of('/thread'),
Builder: io.of("/BuilderToken"),
visualization: io.of("/VisualizationToken"),
Builder: io.of("/Builder_v1"),
visualization: io.of("/Visualization_v1"),
};