Skip to content

Commit a585314

Browse files
committed
Add:py_proxy
1 parent 2033761 commit a585314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from fastapi import FastAPI, Request, HTTPException
1+
from fastapi import FastAPI, Request, HTTPException, UploadFile
22
from fastapi.responses import StreamingResponse
33
from fastapi.middleware.cors import CORSMiddleware
44
import httpx

0 commit comments

Comments
 (0)