diff options
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ async def load_titles() -> Iterator[str]: xml_str = response.content return filter_titles_xml(xml_str) - +@app.head("/") @app.get("/", response_class=XMLResponse) async def root(q: str = ''): return await load_and_filter(q) |