This commit is contained in:
mizhexiaoxiao
2025-02-25 19:30:06 +08:00
parent 7c3818f7c4
commit f6ce09a0f5
16 changed files with 1556 additions and 180 deletions
+1
View File
@@ -43,6 +43,7 @@ def make_middlewares():
HttpAuditLogMiddleware,
methods=["GET", "POST", "PUT", "DELETE"],
exclude_paths=[
"/api/v1/base/access_token",
"/docs",
"/openapi.json",
],