Skip to content

Commit

Permalink
[#55] fix- 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dbckdgjs369 committed Feb 3, 2021
1 parent 4a71760 commit 496eade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function ElasticSearchClient(body) {
// perform the actual search passing in the index, the search query and the type
//console.log(JSON.parse(body.search));

return client.search({index: 'project', body: body});
return client.search({index: 'project_detail', body: body});
}

//모든 카테고리 조회
Expand Down

0 comments on commit 496eade

Please sign in to comment.