ERROR418 commited on
Commit
8b3f4e2
·
verified ·
1 Parent(s): 3e4e99c

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +5 -3
index.js CHANGED
@@ -6,9 +6,11 @@ const port = process.env.PORT || 7860;
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
- 'https://savory-cold-parrot.glitch.me', // Glitch-688
10
- 'https://53284-3000.4.codesphere.com', // codephere-us
11
- 'https://raspy-inconclusive-milkshake.glitch.me',
 
 
12
  // ... 添加更多url
13
  ];
14
 
 
6
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
+ 'https://error418-oneapi.hf.space', // Glitch-688
10
+ 'https://error418-alist.hf.space', // codephere-us
11
+ 'https://error418-logs.hf.space',
12
+ 'https://api.hongshi.us.kg',
13
+ 'https://error418-api-homepage.static.hf.space',
14
  // ... 添加更多url
15
  ];
16