From 17cf72777f9988468445666e75129a334175f431 Mon Sep 17 00:00:00 2001 From: MiLla <18826902282@163.com> Date: Tue, 19 Nov 2024 20:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/manage_tanant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/manage_tanant.py b/api/manage_tanant.py index 7934876..be34de0 100644 --- a/api/manage_tanant.py +++ b/api/manage_tanant.py @@ -14,7 +14,7 @@ from dependencies import * router = APIRouter() - +#推送修改用注释 @router.get(...) def example(): return "hello"