diff options
Diffstat (limited to 'api.py')
-rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ def flask_main(): """ app = FastAPI(title="Curie-API", - description="API for accessing Curie-Web.", + description="API for accessing most of the features.", version="0.1",) |