This commit is contained in:
董海洋
2026-05-24 10:43:45 +08:00
parent 14562d15c7
commit 49fcbf0df8
+1 -1
View File
@@ -107,4 +107,4 @@ router.post('/generate-product', async (ctx) => {
} }
}); });
module.exports = router; module.exports = router.routes();