feat(api): add multiple days api
This commit is contained in:
@@ -9,7 +9,6 @@ from .route import api, doc, view
|
||||
|
||||
def build_app(weather_api: WeatherApi) -> FastAPI:
|
||||
locale.setlocale(locale.LC_TIME, "ru_RU.UTF-8")
|
||||
|
||||
app = FastAPI(
|
||||
title="Weather",
|
||||
docs_url=None,
|
||||
|
||||
Reference in New Issue
Block a user