diff --git a/src/global_service.ts b/src/global_service.ts index aa5da80..b39b372 100644 --- a/src/global_service.ts +++ b/src/global_service.ts @@ -7,7 +7,7 @@ export default class GlobalService { next: NextFunction ) => { return res.status(200).json({ - beat: '2022.02.27', + beat: '2022.02.28', }); };