get('/weather/{city}', [WeatherController::class, 'get']); // Run app $app->run();