feat(telegram): implement asynchronous Telegram alert system and enhance user verification messaging ✨
This commit is contained in:
@@ -12,6 +12,7 @@ from .views import (
|
||||
CancelTopupView,
|
||||
ListWalletTransactionView,
|
||||
AdminTopupCreateView,
|
||||
# AlertTestView,
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
@@ -50,4 +51,6 @@ urlpatterns = [
|
||||
ListWalletTransactionView.as_view(),
|
||||
name="list-wallet-transactions",
|
||||
),
|
||||
# Test tg notification
|
||||
# path("test-alert/", AlertTestView.as_view(), name="test-alert"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user