Podpora notifikací - uprava erroru

This commit is contained in:
2023-06-10 18:53:08 +02:00
parent ae5d53bcf3
commit 08febd4af2
2 changed files with 7 additions and 11 deletions

View File

@@ -165,4 +165,6 @@ const HOST = process.env.HOST || '0.0.0.0';
server.listen(PORT, () => {
console.log(`Server listening on ${HOST}, port ${PORT}`);
});
});
console.log(process.env.API_KEY)