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=["验证码识别"])