Spaces:
Sleeping
Sleeping
Update index.js
Browse files
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://
|
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 |
|