Merge branch 'feature/prod-list-opt' into release/wap-optim
Showing
1 changed file
with
0 additions
and
5 deletions
@@ -194,11 +194,6 @@ const search = (req, res, next) => { | @@ -194,11 +194,6 @@ const search = (req, res, next) => { | ||
194 | } else { | 194 | } else { |
195 | res.json(result); | 195 | res.json(result); |
196 | } | 196 | } |
197 | - | ||
198 | - res.render('search/page', { | ||
199 | - layout: false, | ||
200 | - new: result | ||
201 | - }); | ||
202 | }).catch(next); | 197 | }).catch(next); |
203 | }; | 198 | }; |
204 | 199 |
-
Please register or login to post a comment