Skip to content

Commit

Permalink
Resolving merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWelch committed Sep 25, 2023
2 parents ce1c5fc + 0b71432 commit 98fd509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Section_3_Your_first_REST_API/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
def get_stores():
return {"stores": stores}


@app.post("/store")
def create_store():
request_data = request.get_json()
Expand Down

0 comments on commit 98fd509

Please sign in to comment.