mirror of
https://github.com/elder-plinius/L1B3RT4S.git
synced 2025-12-15 02:38:44 +01:00
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:
parent
19056f51ba
commit
4b4925bff7
3 changed files with 273 additions and 0 deletions
6
.devcontainer/devcontainer.json
Normal file
6
.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"tasks": {
|
||||
"build": "echo \"No build steps required for this repository.\"",
|
||||
"test": "pip install pytest && pytest"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue