Spaces:
Sleeping
Sleeping
Upload main.py
Browse files
main.py
CHANGED
|
@@ -147,7 +147,7 @@ async def process_item_fully(name, detail_url, image):
|
|
| 147 |
async def root():
|
| 148 |
return {
|
| 149 |
"message": "Search API for Simontokx.tv by Bowo",
|
| 150 |
-
"github": "https://github.com/SaptaZ"
|
| 151 |
"example_usage": "/search?query=minecraft&limit=5"
|
| 152 |
}
|
| 153 |
|
|
|
|
| 147 |
async def root():
|
| 148 |
return {
|
| 149 |
"message": "Search API for Simontokx.tv by Bowo",
|
| 150 |
+
"github": "https://github.com/SaptaZ",
|
| 151 |
"example_usage": "/search?query=minecraft&limit=5"
|
| 152 |
}
|
| 153 |
|