tomoya 1 週間 前
コミット
09bcf84221
1 ファイル変更1 行追加1 行削除
  1. 1 1
      backend/app/app/api/api_v1/api.py

+ 1 - 1
backend/app/app/api/api_v1/api.py

@@ -1,7 +1,7 @@
 from fastapi import APIRouter
 
 from app.api.api_v1.endpoints import  login, users, utils, videos, images, reputations, ser_no
-from app.api.api_v1.endpoints import ytviewspayment, payment, simplepay
+from app.api.api_v1.endpoints import ytviewspayment, payment, simplepayment
 from app.api.api_v1.endpoints import ecpay
 from app.api.api_v1.endpoints import heartbeat