mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-09 07:30:44 +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.responses import RedirectResponse
|
||||
from src.utils.auth import authenticate_user_query
|
||||
from src.utils.database import get_blob_by_path
|
||||
|
||||
|
||||
router = APIRouter(prefix="/content", tags=["content"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user