diff options
Diffstat (limited to 'apps/stats.py')
| -rw-r--r-- | apps/stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/stats.py b/apps/stats.py index b17e277..729291d 100644 --- a/apps/stats.py +++ b/apps/stats.py @@ -1,4 +1,4 @@ # 展示统计信息 from apiflask import APIBlueprint -bp = APIBlueprint("stats", __name__, url_prefix="/stats", description="获取统计信息") +bp = APIBlueprint("stats", __name__, url_prefix="/stats") |
