From a48b54ac0d9ce44328ee3443bd90e50e0534fb3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80=C3=AE=C3=97=C3=9A=C3=95=C3=B1?= Date: Mon, 11 Jul 2022 18:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=80=99=E9=80=89=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api_v1/endpoints/interview.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/api_v1/endpoints/interview.py b/api/api_v1/endpoints/interview.py index 6c4c531..b08d991 100644 --- a/api/api_v1/endpoints/interview.py +++ b/api/api_v1/endpoints/interview.py @@ -104,9 +104,6 @@ async def interview_insert( return schemas.Msg(code=200, msg='ok', data=data) -@app.post("/file_upload") -async def file_upload(file: UploadFile = File(...)): - # @router.post("/interview_insert") # async def interview_insert( # request: Request,