From 49fcbf0df8ea590e9ade26f4d50357218751966c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E6=B5=B7=E6=B4=8B?= Date: Sun, 24 May 2026 10:43:45 +0800 Subject: [PATCH] test ai --- routes/ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();