Skip to content

Commit

Permalink
Remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Nov 12, 2023
1 parent 8e190e1 commit 46ce393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"http://127.0.0.1:5001" # This is where db_access.py is running.
)


@app.route("/submit", methods=["POST"])
def submit():
data = request.get_json()
Expand Down

0 comments on commit 46ce393

Please sign in to comment.