mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-11 08:50:46 +00:00
Fixed minor bug
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
from utils.database import get_blob_by_path
|
|
||||||
from fastapi import APIRouter, Depends, Path
|
from fastapi import APIRouter, Depends, Path
|
||||||
from fastapi.responses import RedirectResponse
|
from fastapi.responses import RedirectResponse
|
||||||
from src.utils.auth import authenticate_user_query
|
from src.utils.auth import authenticate_user_query
|
||||||
|
from src.utils.database import get_blob_by_path
|
||||||
|
|
||||||
|
|
||||||
router = APIRouter(prefix="/content", tags=["content"])
|
router = APIRouter(prefix="/content", tags=["content"])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user