Update index.js
Browse files
index.js
CHANGED
|
@@ -6,7 +6,7 @@ const port = process.env.PORT || 7860;
|
|
| 6 |
|
| 7 |
// 添加24小时是不间断访问的url数组
|
| 8 |
const webpages = [
|
| 9 |
-
'https://tabby-tundra-gaura.glitch.me
|
| 10 |
// ... 添加更多url
|
| 11 |
];
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
// 添加24小时是不间断访问的url数组
|
| 8 |
const webpages = [
|
| 9 |
+
'https://tabby-tundra-gaura.glitch.me', // Glitch-688
|
| 10 |
// ... 添加更多url
|
| 11 |
];
|
| 12 |
|