MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / delete_feed_submit

Function delete_feed_submit

RSS_Manager/main.py:40–42  ·  view source on GitHub ↗
(url: str = Form(...))

Source from the content-addressed store, hash-verified

38
39@app.post("/deletefeed")
40async def delete_feed_submit(url: str = Form(...)):
41 delete_feed_from_db(url)
42 return {"message": "add successfully"}
43
44
45@app.get("/feeds_list")

Callers

nothing calls this directly

Calls 1

delete_feed_from_dbFunction · 0.90

Tested by

no test coverage detected