Browse Source

create deon

warrior 10 hours ago
parent
commit
2c300b3e7d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/routes.ts

+ 2 - 2
api/routes.ts

@@ -76,7 +76,7 @@ try {
   ));
   ));
 } catch (e) {
 } catch (e) {
   console.warn("[API Routes] CDN 加载失败, 使用本地模块回退", e);
   console.warn("[API Routes] CDN 加载失败, 使用本地模块回退", e);
-  ({ createTikHubCustomizeRoutes } = await import('../modules/fmode-tikhub-server/src/mod.ts'));
+  // ({ createTikHubCustomizeRoutes } = await import('../modules/fmode-tikhub-server/src/mod.ts'));
 }
 }
 
 
 router.use(
 router.use(
@@ -95,7 +95,7 @@ try {
   ));
   ));
 } catch (e) {
 } catch (e) {
   console.warn("[API Routes] CDN 加载失败, 使用本地模块回退", e);
   console.warn("[API Routes] CDN 加载失败, 使用本地模块回退", e);
-  ({ createPinterestRouter } = await import('../modules/fmode-brightdata-server/src/mod.ts'));
+  // ({ createPinterestRouter } = await import('../modules/fmode-brightdata-server/src/mod.ts'));
 }
 }
 
 
 router.use('/pinterest', createPinterestRouter());
 router.use('/pinterest', createPinterestRouter());