From 7949f01b3a58d9474f84ca2638d3904c26be54c4 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 6 Mar 2025 17:26:03 +0800 Subject: [PATCH] update --- api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/settings.py b/api/settings.py index 6ea74e1..fe147b6 100644 --- a/api/settings.py +++ b/api/settings.py @@ -166,4 +166,4 @@ CORS_ALLOW_CREDENTIALS = True NINJA_PAGINATION_CLASS = "ninja.pagination.PageNumberPagination" -NINJA_PAGINATION_PER_PAGE = 20 +NINJA_PAGINATION_PER_PAGE = 10