fix
This commit is contained in:
8
core/apps/shared/urls.py
Normal file
8
core/apps/shared/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from core.apps.shared.views.contact_us import ContactUsApiView
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('contact_us/', ContactUsApiView.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user