mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 07:31:07 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
11
backend/apps/api/v1/email/urls.py
Normal file
11
backend/apps/api/v1/email/urls.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Email service API URL configuration.
|
||||
Centralized from apps.email_service.urls
|
||||
"""
|
||||
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("send/", views.SendEmailView.as_view(), name="send_email"),
|
||||
]
|
||||
Reference in New Issue
Block a user