tomoya 1 week ago
parent
commit
09bcf84221
1 changed files with 1 additions and 1 deletions
  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