diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-06 13:11:35 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-06 13:11:35 +0530 |
commit | fa85cab1989bb91fbc87fe033f29ca51d25a3cab (patch) | |
tree | 61ffcbbd6fe82946c21e63d21ab23fef92b27550 /api.py | |
parent | eea75e4271334c97182973635a34a93458d6b83a (diff) | |
parent | 83dd77a98d2db3ea47be9c7c5f250487b9d8a4ac (diff) |
Merge branch 'master' of https://github.com/navanchauhan/Curie-Web
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",) |