dzr 1 жил өмнө
parent
commit
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=["验证码识别"])