This commit is contained in:
2026-05-03 16:47:27 +05:00
parent 76314352cf
commit ea3076a6f1

View File

@@ -103,6 +103,7 @@ app.get('/', (req, res) => {
// Start server after image conversion
convertImages().then(() => {
app.listen(PORT, () => {
console.log('✅ HOTEL777KEY is', API_KEY);
console.log(`✅ Hotel 777 server running on http://localhost:${PORT}`);
});
});