forked from rDrama/rDrama
1
0
Fork 0

add error handler

master
justcool393 2022-11-15 23:36:56 -06:00
parent 1565d9ca26
commit 1559de125c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ from files.__main__ import app
@app.errorhandler(405)
@app.errorhandler(406)
@app.errorhandler(409)
@app.errorhandler(410)
@app.errorhandler(413)
@app.errorhandler(415)
@app.errorhandler(418)