This commit is contained in:
louiscklaw
2025-01-31 22:59:12 +08:00
parent b3cc8e8323
commit 2f380a6c09
201 changed files with 31229 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# curl -X POST -H "Content-Type: application/json" -d '{"name":"John Doe","age":30}' http://localhost:5000/api/data
# curl http://localhost:5000/api/data
curl -F "file=@test.txt" http://localhost:5000/uploader