reditect to order

This commit is contained in:
2026-01-14 21:08:23 -03:00
parent d893114e38
commit a3e4fe887d
22 changed files with 1105 additions and 1157 deletions

View File

@@ -5,6 +5,7 @@ from .billing import router as billing
from .custom_pricing import router as custom_pricing
from .enrollments.scheduled import router as scheduled
from .enrollments.submissions import router as submissions
from .seats import router as seats
from .users.add import router as users
from .users.batch_jobs import router as batch_jobs
@@ -16,6 +17,7 @@ __all__ = [
'custom_pricing',
'scheduled',
'submissions',
'seats',
'users',
'batch_jobs',
]