Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
howie6879 committed Nov 24, 2024
1 parent d4d1420 commit e957af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/bp_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
bp_api.add_url_rule(
f"{version}/tools/proxy",
view_func=proxy,
methods=["GET, POST, OPTIONS, PUT, DELETE"],
methods=["GET", "POST", "OPTIONS", "PUT", "DELETE"],
)

0 comments on commit e957af7

Please sign in to comment.