fix
This commit is contained in:
@@ -199,5 +199,5 @@ setInterval(getForecast, forecastTTL)
|
||||
await initAircraftDb();
|
||||
|
||||
app.listen(c.PORT, () => {
|
||||
console.log(`🌦 Weather API — http://localhost:${c.PORT}`)
|
||||
console.log(`⛅ Weather API — http://localhost:${c.PORT}`)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user