Save local changes (GSC/Bing integrations) before merging PR #354
This commit is contained in:
6
backend/api/video_studio/router.py
Normal file
6
backend/api/video_studio/router.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from fastapi import APIRouter
|
||||
from .handlers import avatar
|
||||
|
||||
router = APIRouter(prefix="/api/video-studio", tags=["Video Studio"])
|
||||
|
||||
router.include_router(avatar.router)
|
||||
Reference in New Issue
Block a user