Skip to content

Commit

Permalink
refactor: コメントアウト文の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya121 committed Jul 27, 2024
1 parent 7671fbb commit 9acafcc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/server/flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@

@app.route('/upload', methods=['POST'])
def getImageFile() -> jsonify:
"""
走行体から、画像ファイルを取得するための関数
"""

"""走行体から、画像ファイルを取得するための関数."""
# curlコマンドのエラーハンドリング
if 'file' not in request.files:
return jsonify({"error": "No file part"}), 400
Expand Down

0 comments on commit 9acafcc

Please sign in to comment.