feat(start of server): added the start of server data

This commit is contained in:
2025-10-30 14:21:00 -05:00
parent d3e8e94110
commit d60c08a281
6 changed files with 332 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ router.get("/", async (req, res) => {
const statData = data as ServerStats[];
const used = process.memoryUsage();
res.json({
status: "ok",
uptime: process.uptime(),