mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-24 11:31:50 -05:00
6 lines
110 B
Python
6 lines
110 B
Python
from flask import Blueprint
|
|
|
|
status = Blueprint('status', __name__)
|
|
|
|
from app.status.views import healthcheck
|