correction to monitor opendock activation
This commit is contained in:
@@ -43,9 +43,4 @@ export const setupSocketIORoutes = (baseUrl: string, server: HttpServer) => {
|
||||
auth: false,
|
||||
//namespaceName: "/admin",
|
||||
});
|
||||
//setup all the routes
|
||||
// app.use(`${baseUrl}/api/datamart`, runQuery);
|
||||
// app.use(`${baseUrl}/api/datamart`, addQuery);
|
||||
// app.use(`${baseUrl}/api/datamart`, updateQuery);
|
||||
// just sending a get on datamart will return all the queries that we can call.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user