diff options
Diffstat (limited to 'bh20simplewebuploader/main.py')
-rw-r--r-- | bh20simplewebuploader/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py index 3dbe49a..d3542c3 100644 --- a/bh20simplewebuploader/main.py +++ b/bh20simplewebuploader/main.py @@ -666,7 +666,7 @@ def contact_page(): ## Dynamic API functions starting here ## This is quick and dirty for now, just to get something out and demonstrate the queries ## Feel free to rename the functions/endpoints, feel free to process result so we get nicer JSON -## but most likley you don't want to touch the queries, Cheers. +## but most likely you don't want to touch the queries, Cheers. baseURL='http://sparql.genenetwork.org/sparql/' @app.route('/api/getCount', methods=['GET']) |