Files
notifications-admin/app/status/__init__.py
T

6 lines
118 B
Python
Raw Normal View History

2016-01-11 14:54:23 +00:00
from flask import Blueprint
status = Blueprint('status', __name__)
2016-04-21 09:30:33 +01:00
from app.status.views import healthcheck # noqa