summaryrefslogtreecommitdiff
path: root/paths.js
diff options
context:
space:
mode:
Diffstat (limited to 'paths.js')
-rw-r--r--paths.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/paths.js b/paths.js
index 9de584c..79348af 100644
--- a/paths.js
+++ b/paths.js
@@ -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