rename queue route

This commit is contained in:
Girish Ramakrishnan
2022-09-22 19:30:05 +02:00
parent 6382216dc5
commit 1f5831b79e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ async function proxy(req, res, next) {
}
async function queueProxy(req, res, next) {
proxyToMailContainer(6000, req.path.replace('/', '/tempfail_queue/'), req, res, next);
proxyToMailContainer(6000, req.path.replace('/', '/queue/'), req, res, next);
}
async function getLocation(req, res, next) {