Update main.py
Browse files
main.py
CHANGED
|
@@ -105,11 +105,6 @@ async def root():
|
|
| 105 |
"Ping": "/ping (GET/HEAD)",
|
| 106 |
"HEAD Health": "/health (HEAD)"
|
| 107 |
},
|
| 108 |
-
"uptime_monitoring": {
|
| 109 |
-
"uptime_robot_url": "/ping",
|
| 110 |
-
"head_support": "✅ HEAD method supported",
|
| 111 |
-
"recommended": "Use /ping endpoint for Uptime Robot"
|
| 112 |
-
},
|
| 113 |
"formats": ["json", "markdown", "html"],
|
| 114 |
"example": "/proxy/get?url=https://jsonplaceholder.typicode.com/posts/1&format=json"
|
| 115 |
}
|
|
|
|
| 105 |
"Ping": "/ping (GET/HEAD)",
|
| 106 |
"HEAD Health": "/health (HEAD)"
|
| 107 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
"formats": ["json", "markdown", "html"],
|
| 109 |
"example": "/proxy/get?url=https://jsonplaceholder.typicode.com/posts/1&format=json"
|
| 110 |
}
|