aboutsummaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-02 17:49:07 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-02 17:49:07 +0530
commit9e749e326bbcf72c575798b8b5f6bfc99053efb2 (patch)
treed041d945928da7eac034ba30013bb6a25330b01d /api.py
parentfe85d961d53920aad72df0f92d7159865d34484c (diff)
bumped runtime
Diffstat (limited to 'api.py')
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 9b83c7d..57ac547 100644
--- a/api.py
+++ b/api.py
@@ -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",)