summaryrefslogtreecommitdiff
path: root/modules/proxy/proxy.js
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-06-20 20:59:15 +0200
committerTom Smeding <tom@tomsmeding.com>2025-06-20 20:59:15 +0200
commit19191d45908498b6ea4d9493b4c08caec57b5386 (patch)
tree4a856f28164cf339f6369ab0598cb480cdd7b22c /modules/proxy/proxy.js
parent745dba98b429b9c06056a444aead4b5983b03600 (diff)
Update dependenciesHEADmaster
Diffstat (limited to 'modules/proxy/proxy.js')
-rw-r--r--modules/proxy/proxy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/proxy.js b/modules/proxy/proxy.js
index ccec53a..3ebe236 100644
--- a/modules/proxy/proxy.js
+++ b/modules/proxy/proxy.js
@@ -39,7 +39,7 @@ module.exports=function(app,io,moddir){
return false;
}
- app.all("/proxy/:id/*",function(req,res){
+ app.all("/proxy/:id/*rest",function(req,res){
var id=req.params.id;
var path="/"+req.path.split("/").slice(3).join("/");
if(iddict[id]){