diff --git a/server/src/index.ts b/server/src/index.ts index 6824af2..2c830f6 100644 --- a/server/src/index.ts +++ b/server/src/index.ts @@ -38,7 +38,6 @@ var rootRouter = new Router(); rootRouter.use('/analyticUnits', analyticUnitsRouter.routes(), analyticUnitsRouter.allowedMethods()); rootRouter.use('/segments', segmentsRouter.routes(), segmentsRouter.allowedMethods()); rootRouter.use('/panel', panelRouter.routes(), panelRouter.allowedMethods()); -//rootRouter.use('/alerts', alertsRouter.routes(), alertsRouter.allowedMethods()); rootRouter.get('/', async (ctx) => { ctx.response.body = {