mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
Added status page
- returns "OK" as JSON with a 200 - used in healthchecks
This commit is contained in:
5
app/status/__init__.py
Normal file
5
app/status/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
status = Blueprint('status', __name__)
|
||||
|
||||
from app.status.views import healthcheck
|
||||
Reference in New Issue
Block a user