✨ Feat: [#71] atlas search를 활용한 검색 기능 구현 완료
This commit is contained in:
@@ -12,6 +12,7 @@ urlpatterns = [
|
||||
path('api/project/', include('projects.urls')),
|
||||
path('api/notification/', include('notifications.urls')),
|
||||
path('api/nocodetool/', include('nocodetools.urls')),
|
||||
path('api/home/', include('homes.urls')),
|
||||
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
|
||||
|
||||
# if settings.DEBUG:
|
||||
|
||||
Reference in New Issue
Block a user