This commit is contained in:
2026-04-07 10:08:21 +02:00
parent 1780cf1743
commit 7c2e86779a
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export class AlarmsController {
const header = req.headers
}
}

View File

@@ -25,4 +25,5 @@ app.get("/health", (req, res) => {
app.listen(PORT, HOSTNAME, () => {
console.log("[o] Servidor iniciado en el puerto %d", PORT)
})
export default {}