diff options
Diffstat (limited to 'paths.js')
| -rw-r--r-- | paths.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -50,4 +50,10 @@ router.get('/search/:title', (ctx, next) => { next(); }); +/** other routes + * + /suggest/<whatever product sub-string> + * + /create + * + /stats + */ + module.exports = router;
\ No newline at end of file |
