diff --git a/backend/api_base.py b/backend/api_base.py index 48563c29..43f52a4e 100644 --- a/backend/api_base.py +++ b/backend/api_base.py @@ -14,7 +14,7 @@ def setup_base(app): @app.get('/api/version') - def apiVersion(): + def api_version(): return dict( version = version, )