project duplication updates
This commit is contained in:
@@ -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"),
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user