Blame view

app/errors/__init__.py 137 Bytes
775de511   hitier   Error handlers fo...
1
2
3
4
5
from flask import Blueprint

bp = Blueprint('errors', __name__, url_prefix='/auth', template_folder='templates')

from . import handlers