Spaces:
Sleeping
Sleeping
Force rebuild 2
Browse files
app.py
CHANGED
|
@@ -114,3 +114,5 @@ async def proxy(req: Request, path: str):
|
|
| 114 |
@app.get("/")
|
| 115 |
def root():
|
| 116 |
return {"status": "ok", "keys": len(API_KEYS)}
|
|
|
|
|
|
|
|
|
| 114 |
@app.get("/")
|
| 115 |
def root():
|
| 116 |
return {"status": "ok", "keys": len(API_KEYS)}
|
| 117 |
+
|
| 118 |
+
# Rebuild test
|