add notification and send notification
This commit is contained in:
7
core/apps/notifications/urls.py
Normal file
7
core/apps/notifications/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from core.apps.notifications.views import notification
|
||||
|
||||
urlpatterns = [
|
||||
path('device/register/', notification.RegisterExpoPushToken.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user