changed docs

This commit is contained in:
Navan Chauhan 2020-07-12 21:45:26 +05:30
parent dce8926314
commit 3d9cad673d
1 changed files with 3 additions and 1 deletions

4
api.py
View File

@ -17,7 +17,9 @@ def flask_main():
return f"Hello, {escape(name)} from Flask!"
"""
app = FastAPI()
app = FastAPI(title="Curie-API",
description="API for accessing Curie-Web.",
version="0.1",)
@app.get("/v1")