MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / submit_feedback

Route submit_feedback

backend/app/api/chat.py:None–None  ·  view source on GitHub ↗
router.post("/feedback")

Source from the content-addressed store, hash-verified

1from fastapi import APIRouter, HTTPException, Depends
2from pydantic import BaseModel
3from typing import List, Dict, Optional
4from datetime import datetime

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected