mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-25 20:52:13 +03:00
Gateway: typing: stats()
This commit is contained in:
parent
8825526a1c
commit
179dd8aebf
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user