add health endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-19 01:49:40 +01:00
parent 1aef09c5ed
commit ddee056c25
4 changed files with 33 additions and 2 deletions

View File

@ -2,3 +2,4 @@
from .require_decorators import json_required
from .error_handlers import register_all_error_handlers
from .storage import storage
from .healthchecks import health_database_status