Skip to content

Commit

Permalink
upload file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelone authored Jun 3, 2024
1 parent 4479bdf commit d267f46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added app.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ def make_folder():
return jsonify({'message': 'Folder added successfully', 'data':folder }), 200

if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True,host='0.0.0.0')


0 comments on commit d267f46

Please sign in to comment.