Update views_api.py
This commit is contained in:
parent
39098b2432
commit
d82e06a4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def api_tpos_create():
|
|||
|
||||
|
||||
@tpos_ext.route("/api/v1/tposs/<tpos_id>", methods=["DELETE"])
|
||||
@api_check_wallet_key("invoice")
|
||||
@api_check_wallet_key("admin")
|
||||
def api_tpos_delete(tpos_id):
|
||||
tpos = get_tpos(tpos_id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue