diff --git a/backend/src/controllers/HitController.ts b/backend/src/controllers/HitController.ts index 68cd0a4..69c16b7 100644 --- a/backend/src/controllers/HitController.ts +++ b/backend/src/controllers/HitController.ts @@ -120,6 +120,9 @@ export const hit = async (req: Request, res: Response): Promise => { console.log(`Error on try sending the monitor message closed: `, error) } + } + else if (req.body['action'] === 'atdatualizou'){ + } else {