rides commited on
Commit
3e4e99c
1 Parent(s): 769658f

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
index.js CHANGED
@@ -8,6 +8,7 @@ const port = process.env.PORT || 7860;
8
  const webpages = [
9
  'https://savory-cold-parrot.glitch.me', // Glitch-688
10
  'https://53284-3000.4.codesphere.com', // codephere-us
 
11
  // ... 添加更多url
12
  ];
13
 
 
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