Spaces:
Running
Running
Update index.js
#3
by
plok00186750
- opened
index.js
CHANGED
@@ -6,8 +6,8 @@ const port = process.env.PORT || 7860;
|
|
6 |
|
7 |
// 添加24小时是不间断访问的url数组
|
8 |
const webpages = [
|
9 |
-
'https://
|
10 |
-
|
11 |
// ... 添加更多url
|
12 |
];
|
13 |
|
|
|
6 |
|
7 |
// 添加24小时是不间断访问的url数组
|
8 |
const webpages = [
|
9 |
+
'https://thunderxbot-for-samton.onrender.com/',
|
10 |
+
'https://wlunhfqweimd.ap-southeast-1.clawcloudrun.com/'
|
11 |
// ... 添加更多url
|
12 |
];
|
13 |
|