From 5dc4450026a9287032b2736cd39e038019b12c43 Mon Sep 17 00:00:00 2001 From: TatLead Date: Tue, 12 Mar 2024 03:52:29 +0000 Subject: [PATCH] Update app.py --- app.py | 1 + 1 file changed, 1 insertion(+) 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