1
0
forked from erp-dev/erp

feat: disabled sse module and added health check to api_v2 for caddy2

This commit is contained in:
2025-12-27 09:04:12 +08:00
parent 67698dfa71
commit 69c3daa919
5 changed files with 103 additions and 48 deletions

View File

@@ -2,6 +2,7 @@
api_v2 视图包。
"""
from .healthy import HealthCheckView
from .users import QuickCreateEmployeeUserView
from .printing import (
PrintingJobByCustomerView,
@@ -16,6 +17,7 @@ from .printing import (
from .stateflow import BusinessObjectCloneView
__all__ = [
'HealthCheckView',
'QuickCreateEmployeeUserView',
'PrintingJobByCustomerView',
'PrintingJobV2Serializer',