Spaces:
Running
Running
Commit
·
26ad320
1
Parent(s):
40a908e
Fix syntax: closing parenthesis in /reset_index
Browse files- app/api.py +1 -1
app/api.py
CHANGED
@@ -106,4 +106,4 @@ def reset_index():
|
|
106 |
pass
|
107 |
return {"ok": True}
|
108 |
except Exception as e:
|
109 |
-
raise HTTPException(status_code=500, detail=str(e)
|
|
|
106 |
pass
|
107 |
return {"ok": True}
|
108 |
except Exception as e:
|
109 |
+
raise HTTPException(status_code=500, detail=str(e))
|