feat: form and proxy call

This commit is contained in:
Patrick Balsiger
2025-10-31 11:27:44 +01:00
parent c0706c3a2b
commit e19548a205
7 changed files with 647 additions and 42 deletions

View File

@@ -11,6 +11,7 @@
"license": "ISC",
"dependencies": {
"express": "4.19.2",
"js-yaml": "4.1.0"
"js-yaml": "4.1.0",
"node-fetch": "2.7.0"
}
}