Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -129,7 +129,7 @@ def blacklist_words():
|
|
129 |
except Exception as e:
|
130 |
return {"status": "false", "message": f"Internal server error: {str(e)}"}
|
131 |
|
132 |
-
@app.delete("/UFoP/bandel", response_model=SuccessResponse, responses={422: {"model": ErrorStatus}})
|
133 |
def sibyl_system_delete(
|
134 |
item: SibylSystemDel,
|
135 |
api_key: None = Depends(validate_api_key_only_devs)
|
|
|
129 |
except Exception as e:
|
130 |
return {"status": "false", "message": f"Internal server error: {str(e)}"}
|
131 |
|
132 |
+
@app.delete("/UFoP/bandel", response_model=SuccessResponse, responses={422: {"model": ErrorStatus}})
|
133 |
def sibyl_system_delete(
|
134 |
item: SibylSystemDel,
|
135 |
api_key: None = Depends(validate_api_key_only_devs)
|