update version

master
Oriol 2024-03-16 21:41:43 +01:00
parent 9616995616
commit fd109916da
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default class GlobalService {
next: NextFunction next: NextFunction
) => { ) => {
return res.status(200).json({ return res.status(200).json({
beat: '2022.02.28', beat: '2024.3.16',
}); });
}; };