df
This commit is contained in:
parent
7c6407924b
commit
742cedb348
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def error_401(e):
|
||||||
else:
|
else:
|
||||||
return redirect(output)
|
return redirect(output)
|
||||||
|
|
||||||
@app.errorhandler(PaymentRequired)
|
@app.errorhandler(402)
|
||||||
@auth_desired
|
@auth_desired
|
||||||
@api()
|
@api()
|
||||||
def error_402(e, v):
|
def error_402(e, v):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue