Add HTTP server to handle POST requests

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/elder-plinius/L1B3RT4S?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
allena1991 2025-02-12 11:33:59 -08:00
parent 19056f51ba
commit 4b4925bff7
3 changed files with 273 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"tasks": {
"build": "echo \"No build steps required for this repository.\"",
"test": "pip install pytest && pytest"
}
}