mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 05:11:09 -05:00
first commit
This commit is contained in:
6
email_service/urls.py
Normal file
6
email_service/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from .views import SendEmailView
|
||||
|
||||
urlpatterns = [
|
||||
path('send-email/', SendEmailView.as_view(), name='send-email'),
|
||||
]
|
||||
Reference in New Issue
Block a user