tomoya 2 gadi atpakaļ
vecāks
revīzija
0011a1f633
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 0
      .gitignore
  2. 1 1
      backend/app/app/api/api_v1/endpoints/videos.py

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 .vscode
 .mypy_cache
 docker-stack.yml
+.app/app/aianchor

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

@@ -82,5 +82,5 @@ def download_video(
     current_user: models.User = Depends(deps.get_current_active_user),
 ) -> Any:
     
-    pass
+    return {"message":"address"}