added first public views - no check for access rights at the moment
This commit is contained in:
6
content/urls.py
Normal file
6
content/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls.conf import path
|
||||
from content.views import public
|
||||
|
||||
urlpatterns = [
|
||||
path('questions/', public.search_question, name='search-questions'),
|
||||
]
|
||||
Reference in New Issue
Block a user