✨ Feat: [#71] atlas search를 활용한 검색 기능 구현 완료
This commit is contained in:
9
homes/urls.py
Normal file
9
homes/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.urls import include, path
|
||||
|
||||
from .views import *
|
||||
|
||||
app_name = 'homes'
|
||||
|
||||
urlpatterns = [
|
||||
path('search/', SearchAPIView.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user