Gateway: typing: stats()

This commit is contained in:
Athanasius 2021-11-04 13:32:14 +00:00
parent 8825526a1c
commit 179dd8aebf
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -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.