Explorar el Código

change test env from get to post

ming hace 3 años
padre
commit
d0fd1ec772
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      api/main.py

+ 1 - 0
api/main.py

@@ -1,6 +1,7 @@
 from fastapi import FastAPI,Cookie, Depends, Query, status,File, UploadFile,Request,Response,HTTPException
 from fastapi.templating import Jinja2Templates
 from fastapi.responses import HTMLResponse, RedirectResponse, JSONResponse
+from pydantic import BaseModel
 from typing import List, Optional
 from os.path import isfile, isdir, join
 import threading