diff --git a/cutt/main.py b/cutt/main.py index 238d995..d1b5a4f 100644 --- a/cutt/main.py +++ b/cutt/main.py @@ -28,10 +28,7 @@ app = FastAPI( title="cutt", swagger_ui_parameters={"syntaxHighlight": {"theme": "monokai"}} ) api_router = APIRouter(prefix="/api") -origins = [ - "https://cutt.0124816.xyz", - "http://localhost:5173", -] +origins = ["https://cutt.0124816.xyz"] app.add_middleware( CORSMiddleware,