Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
|
@@ -7,11 +7,8 @@ const port = process.env.PORT || 7860;
|
|
| 7 |
|
| 8 |
// URLs to keep alive (24-hour visit cycle)
|
| 9 |
const webpages = [
|
| 10 |
-
'https://
|
| 11 |
-
'https://
|
| 12 |
-
'https://ismhong-nocodb.hf.space', // nocoDB
|
| 13 |
-
'https://ismhong-keep-alive-24h.hf.space', // Keep alive
|
| 14 |
-
'https://ismhong-pretzelai.hf.space', // Pretzelai
|
| 15 |
];
|
| 16 |
|
| 17 |
// Access logs for displaying detailed information
|
|
|
|
| 7 |
|
| 8 |
// URLs to keep alive (24-hour visit cycle)
|
| 9 |
const webpages = [
|
| 10 |
+
'https://new-bing-keep-alive-24h.hf.space', // itself
|
| 11 |
+
'https://new-bing-openlist.hf.space', // openlist
|
|
|
|
|
|
|
|
|
|
| 12 |
];
|
| 13 |
|
| 14 |
// Access logs for displaying detailed information
|