aboutsummaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-06 13:11:35 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-06 13:11:35 +0530
commitfa85cab1989bb91fbc87fe033f29ca51d25a3cab (patch)
tree61ffcbbd6fe82946c21e63d21ab23fef92b27550 /api.py
parenteea75e4271334c97182973635a34a93458d6b83a (diff)
parent83dd77a98d2db3ea47be9c7c5f250487b9d8a4ac (diff)
Merge branch 'master' of https://github.com/navanchauhan/Curie-Web
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",)