Skip to content

Commit

Permalink
Adds trailing slash back to not break existing installs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokun committed Jan 2, 2025
1 parent b80d892 commit 2d9e219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@


@router.post("/transactions")
@router.post("/transactions/")
def add_transactions(transactions: List[Transaction]):
# check if there is a body
if not transactions:
Expand Down

0 comments on commit 2d9e219

Please sign in to comment.