Spaces:
Running
Running
Create up.json
Browse files
up.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"interval_seconds": 10,
|
| 3 |
+
"targets": [
|
| 4 |
+
{
|
| 5 |
+
"name": "HEY4 Render",
|
| 6 |
+
"url": "https://hey4.onrender.com"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"name": "MarkDevs Docs",
|
| 10 |
+
"url": "https://markdevs69v2.onrender.com/docs"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"name": "CC Projects Docs",
|
| 14 |
+
"url": "https://ccprojectsapis.zetsu.xyz/docs.html"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|