From 13c96b164316b4908d9d01e454cbdc9103157558 Mon Sep 17 00:00:00 2001 From: zman Date: Fri, 7 Feb 2025 21:18:54 -0500 Subject: [PATCH] sdf --- app/routes/routes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes/routes.py b/app/routes/routes.py index d6d6f14..c2cfb38 100644 --- a/app/routes/routes.py +++ b/app/routes/routes.py @@ -6,6 +6,7 @@ import logging from datetime import datetime import os import json +from pydantic import BaseModel from app.schemas.file import ( FileSchema, @@ -280,7 +281,7 @@ async def create_inventory_update_file( raise HTTPException(status_code=400, detail=str(e)) -class CookieUpdate(): +class CookieUpdate(BaseModel): cookies: dict # cookies