env
This commit is contained in:
@@ -103,6 +103,7 @@ app.get('/', (req, res) => {
|
|||||||
// Start server after image conversion
|
// Start server after image conversion
|
||||||
convertImages().then(() => {
|
convertImages().then(() => {
|
||||||
app.listen(PORT, () => {
|
app.listen(PORT, () => {
|
||||||
|
console.log('✅ HOTEL777KEY is', API_KEY);
|
||||||
console.log(`✅ Hotel 777 server running on http://localhost:${PORT}`);
|
console.log(`✅ Hotel 777 server running on http://localhost:${PORT}`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user