uptime monitor endpoint

This commit is contained in:
2022-11-24 22:58:27 +01:00
parent 7be72df267
commit f7727c3542
7 changed files with 674 additions and 4 deletions

3
src/tools/startupTime.ts Normal file
View File

@ -0,0 +1,3 @@
const startupTime = new Date();
export default startupTime;