diff --git a/backend/main.py b/backend/main.py index 099ee2f..cb68ade 100644 --- a/backend/main.py +++ b/backend/main.py @@ -2,7 +2,7 @@ StreamFlow Backend - FastAPI Application High-performance video streaming with yt-dlp integration """ -from fastapi import FastAPI, HTTPException, Depends, Query +from fastapi import FastAPI, HTTPException, Depends, Query, Request from fastapi.middleware.cors import CORSMiddleware from pydantic import BaseModel, HttpUrl from typing import Optional, Dict, List