tomoya 1 tuần trước cách đây
mục cha
commit
09bcf84221
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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