sandy-try commited on
Commit
95c7e15
1 Parent(s): 5d07ad9

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -7,7 +7,7 @@ const port = process.env.PORT || 7860;
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
  'https://separated-admitted-bay.glitch.me', // Glitch-688
10
- 'https://53284-3000.4.codesphere.com', // codephere-us
11
  // ... 添加更多url
12
  ];
13
 
 
7
  // 添加24小时是不间断访问的url数组
8
  const webpages = [
9
  'https://separated-admitted-bay.glitch.me', // Glitch-688
10
+ 'https://thinkable-stitch-winter.glitch.me', // codephere-us
11
  // ... 添加更多url
12
  ];
13