diff --git a/routes/ai.js b/routes/ai.js index 9d1a142..644927a 100644 --- a/routes/ai.js +++ b/routes/ai.js @@ -107,4 +107,4 @@ router.post('/generate-product', async (ctx) => { } }); -module.exports = router; +module.exports = router.routes();