Pausa
This commit is contained in:
@@ -11,6 +11,7 @@ export class AlarmsController {
|
|||||||
const header = req.headers
|
const header = req.headers
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,4 +25,5 @@ app.get("/health", (req, res) => {
|
|||||||
app.listen(PORT, HOSTNAME, () => {
|
app.listen(PORT, HOSTNAME, () => {
|
||||||
console.log("[o] Servidor iniciado en el puerto %d", PORT)
|
console.log("[o] Servidor iniciado en el puerto %d", PORT)
|
||||||
})
|
})
|
||||||
|
|
||||||
export default {}
|
export default {}
|
||||||
|
|||||||
Reference in New Issue
Block a user