Добавил новые ЭП для новой версии загрузки видео с YouTube
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
from fastapi import FastAPI
|
||||
from app.api.v1.router import router as v1_router
|
||||
from app.api.v2.router import router as v2_router
|
||||
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
app.include_router(v1_router, prefix="/api/v1")
|
||||
app.include_router(v2_router, prefix="/api/v2")
|
||||
|
||||
|
||||
@app.get("/ping")
|
||||
|
||||
Reference in New Issue
Block a user