diff --git a/src/eddn/Gateway.py b/src/eddn/Gateway.py index c0636aa..5e29da0 100644 --- a/src/eddn/Gateway.py +++ b/src/eddn/Gateway.py @@ -322,7 +322,7 @@ def health_check() -> str: @app.route('/stats/', method=['OPTIONS', 'GET']) -def stats(): +def stats() -> str: """ Return some stats about the Gateway's operation so far.