dzr 1 سال پیش
والد
کامیت
c0e79287b1
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      services/routers.py

+ 1 - 2
services/routers.py

@@ -1,7 +1,6 @@
 from fastapi import APIRouter
 
-from services.images.apis import images_router
-
+from services.apis import images_router
 
 service_router = APIRouter()
 service_router.include_router(images_router, tags=["验证码识别"])