mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-11 10:10:46 +00:00
Added routes to vercel.json (fix-4)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from fastapi import APIRouter, Depends, Path, HTTPException
|
||||
from fastapi.responses import FileResponse
|
||||
from utils.auth import authenticate_user_query
|
||||
from pathlib import Path as FilePath
|
||||
from config import CONTENT_PATH
|
||||
from src.config import CONTENT_PATH
|
||||
from src.utils.auth import authenticate_user_query
|
||||
|
||||
router = APIRouter(prefix="/content", tags=["content"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user