/
home
/
liman
/
liman-backend
/
utility
/
messenger
/
File Upload :
llllll
Current File: /home/liman/liman-backend/utility/messenger/urls.py
from django.urls import path from .views import * urlpatterns = [ path("publicNotification/", send_public_notification), path("privateNotification/", send_private_notification), path("email/", send_email), path("sms/", send_sms), path("group-sms/", send_group_sms), ]
Copyright ©2k19 -
Hexid
|
Tex7ure