This commit is contained in:
Peter Maquiran
2022-04-28 15:40:57 +01:00
parent 8e6d767214
commit b2d141c709
4 changed files with 24 additions and 28 deletions
-1
View File
@@ -6,7 +6,6 @@ module.exports = function (app) {
target: "http://gpr-dev-10.gabinetedigital.local:9080",
changeOrigin: true,
pathRewrite: function (path, req) {
console.log("Rewrite in /mfp/api/imfpush/: ", path);
return path.replace("/mfp/api", "");
},
})