mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2025-12-06 06:35:39 +01:00
Enable donation_notifications_router
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
|
from .donate_notifications import donation_notifications_router
|
||||||
from .healthcheck import healthcheck_router
|
from .healthcheck import healthcheck_router
|
||||||
from .languages import languages_router
|
from .languages import languages_router
|
||||||
from .users import users_router
|
from .users import users_router
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["healthcheck_router", "languages_router", "users_router"]
|
__all__ = [
|
||||||
|
"healthcheck_router",
|
||||||
|
"languages_router",
|
||||||
|
"users_router",
|
||||||
|
"donation_notifications_router",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user