mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-10-07 02:21:38 +00:00
feat(telegram): implement asynchronous Telegram alert system and enhance user verification messaging ✨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m38s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m38s
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