storage-service/storage_service/utils/__init__.py
Torma Kristóf ddee056c25
All checks were successful
continuous-integration/drone/push Build is passing
add health endpoint
2020-11-19 01:49:40 +01:00

5 lines
202 B
Python

#!/usr/bin/env python3
from .require_decorators import json_required
from .error_handlers import register_all_error_handlers
from .storage import storage
from .healthchecks import health_database_status