feat : ajout page monitoring

This commit is contained in:
2026-03-06 15:26:51 +01:00
parent 993524aa72
commit 8b5d4e9655
21 changed files with 11098 additions and 0 deletions

3
server/api/ping.get.ts Normal file
View File

@@ -0,0 +1,3 @@
export default defineEventHandler(() => {
return { ok: true }
})