feat(admin): add admin notification system for deposits, purchases, and renewals
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .common import router as common_router
|
||||
from .prehandling import router as prehandling_router
|
||||
|
||||
routers = [common_router, prehandling_router]
|
||||
routers = [prehandling_router, common_router]
|
||||
|
||||
Reference in New Issue
Block a user