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

This commit is contained in:
2021-08-19 03:12:09 +02:00
parent 7ef991912c
commit 5a5c510fa0
3 changed files with 12 additions and 17 deletions

View File

@ -2,4 +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
from .healthchecks import register_health_checks