Skip to content

Commit

Permalink
changing backend flask code
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalal6 committed Feb 26, 2024
1 parent 5053736 commit 064b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def receive_message():

if __name__ == "__main__":
app = create_app()
app.run(debug=True)
app.run(debug=True)

0 comments on commit 064b8fe

Please sign in to comment.