tcfly commited on
Commit
89a2e0b
·
verified ·
1 Parent(s): 025cf0c

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -5
index.js CHANGED
@@ -6,11 +6,9 @@ const port = process.env.PORT || 7860;
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
- 'https://mc6-vipmc838.hf.space', // huggingface
10
- 'https://mc6-keep-alivesss.hf.space', // huggingface
11
- 'https://mc6-ql.hf.space', // huggingface
12
- 'https://mc6-a.hf.space', // huggingface
13
- 'https://9156-0ksvhxay.b4a.run', // back4app
14
  // ... 添加更多url
15
  ];
16
 
 
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
+ 'https://tcfly-flowise.hf.space', // huggingface
10
+ 'https://tcfly-keep-alivesss.hf.space', // huggingface
11
+ 'https://tcfly-q76l.hf.space', // huggingface
 
 
12
  // ... 添加更多url
13
  ];
14