Добавил новые ЭП для новой версии загрузки видео с YouTube
This commit is contained in:
8
app/api/v2/router.py
Normal file
8
app/api/v2/router.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from fastapi import APIRouter
|
||||
from app.api.v2.endpoints import youtube
|
||||
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
router.include_router(youtube.router, prefix="/youtube", tags=["YouTube"])
|
||||
Reference in New Issue
Block a user