Skip to content

Commit

Permalink
API file download
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavsulc committed Feb 5, 2024
1 parent d94b789 commit 11b2f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mupifDB/api/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from fastapi import FastAPI, UploadFile, Depends
from fastapi.responses import FileResponse
from fastapi.responses import FileResponse, StreamingResponse
from fastapi.responses import HTMLResponse
from fastapi.middleware.cors import CORSMiddleware
from pymongo import MongoClient
Expand Down

0 comments on commit 11b2f66

Please sign in to comment.