MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / delete_feed_page

Route delete_feed_page

RSS_Manager/main.py:None–None  ·  view source on GitHub ↗
app.get("/deletefeed")

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI, Form, Request
2from fastapi.templating import Jinja2Templates
3
4from utils import (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected