From 2302ac6fb2f26e0094ff8e8cecedf90583157fd6 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Thu, 20 Dec 2018 06:41:21 +0300 Subject: [PATCH] remove alerts endpoint comment --- server/src/index.ts | 1 - 1 file changed, 1 deletion(-) 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 = {