commodity_backingtrack_system/app/interceptors/errorHandler.py

7 lines
97 B
Python
Raw Normal View History

2021-03-11 13:09:43 +08:00
from application import app
@app.errorhandler(404)
def error404(e):
return "404 not found"