diff --git a/app.py b/app.py index d204201..91fd058 100644 --- a/app.py +++ b/app.py @@ -179,6 +179,7 @@ def render_terms(): def render_stats(): """ Statistics Requests + This endpoint allows you to retrieve the count of servers for each server type. --- tags: - Statistics Endpoint