feat(contacts): store contact submissions
This commit is contained in:
@@ -25,6 +25,7 @@ urlpatterns = [
|
||||
path("api/reports/", include("apps.reports.api.urls"), name="reports"),
|
||||
path("api/logs/", include("apps.logs.api.urls"), name="logs"),
|
||||
path("api/demo/", include("apps.demos.api.urls"), name="demos"),
|
||||
path("api/contact/", include("apps.contacts.api.urls"), name="contacts"),
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user