From a02ea640685a8d087d1fb55735d78fa511caa026 Mon Sep 17 00:00:00 2001 From: aodi Date: Mon, 15 Apr 2024 16:03:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=BC=96=E7=A0=81=E6=96=9C=E6=9D=A0?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E7=9A=84=E5=8F=8D=E4=BB=A3=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/endpoints/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/endpoints/system.py b/app/api/endpoints/system.py index 2c4859ef..f9dbf575 100644 --- a/app/api/endpoints/system.py +++ b/app/api/endpoints/system.py @@ -26,7 +26,7 @@ from version import APP_VERSION router = APIRouter() -@router.get("/img/{imgurl:path}/{proxy}", summary="图片代理") +@router.get("/img/{proxy}/{imgurl:path}", summary="图片代理") def get_img(imgurl: str, proxy: bool = False) -> Any: """ 通过图片代理(使用代理服务器)