initiate drf app
This commit is contained in:
7
backend/api/urls.py
Normal file
7
backend/api/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from api.main.views import FAQView
|
||||
|
||||
urlpatterns = [
|
||||
path("v1/faq/", FAQView.as_view(), name='faqMain'),
|
||||
]
|
||||
Reference in New Issue
Block a user