Update app.js
Browse files
app.js
CHANGED
|
@@ -3,7 +3,7 @@ const https = require("https");
|
|
| 3 |
const urls = [
|
| 4 |
"https://google.com",
|
| 5 |
"https://github.com",
|
| 6 |
-
"57.144.249.32",
|
| 7 |
"https://web.whatsapp.com"
|
| 8 |
];
|
| 9 |
|
|
|
|
| 3 |
const urls = [
|
| 4 |
"https://google.com",
|
| 5 |
"https://github.com",
|
| 6 |
+
"https://57.144.249.32",
|
| 7 |
"https://web.whatsapp.com"
|
| 8 |
];
|
| 9 |
|