correction to monitor opendock activation

This commit is contained in:
2026-03-11 16:23:04 -05:00
parent 4f24fe4660
commit bf7d765989
5 changed files with 41 additions and 14 deletions

View File

@@ -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.
};