Feat: [#71] atlas search를 활용한 검색 기능 구현 완료

This commit is contained in:
sm4640
2025-07-27 23:50:02 +09:00
parent 8d7c2aa48b
commit 108eed65dd
11 changed files with 188 additions and 0 deletions

View File

@@ -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: