tomoya 3 settimane fa
parent
commit
2a7d9919a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      backend/app/app/api/api_v1/endpoints/edm_saas_api.py

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

@@ -51,7 +51,7 @@ async def get_user(username: str):
         return UserInDB(**user_dict)
     return None
 
-@router.post("/update-detect-info")
+@router.post("/zip2video")
 async def update_detect_info(
     token: str = Depends(oauth2_scheme),
     title: str=Form(...),