This commit is contained in:
2026-06-25 19:27:19 -04:00
parent 0c2857306f
commit 5f462700ad

View File

@@ -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}`)
});