added proxy service

This commit is contained in:
JBB0807 2025-05-01 10:55:40 -07:00
parent 97c526dbab
commit 0933b798ca
6 changed files with 1111 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"dependencies": {
"express": "^5.1.0",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^3.0.5"
}
}