Skip to content

Commit

Permalink
update: updateFile()関数の宣言方法を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya121 committed Jul 27, 2024
1 parent e0437eb commit ee49206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


@app.route('/upload', methods=['POST'])
def uploadFile():
def uploadFile() -> jsonify:

# curlコマンドのエラーハンドリング
if 'file' not in request.files:
Expand Down

0 comments on commit ee49206

Please sign in to comment.