mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-04 21:47:38 +03:00
fix: fix outgoing url on error page
also refactor some related code
This commit is contained in:
parent
44229f8702
commit
595b720ee1
9 changed files with 32 additions and 35 deletions
|
@ -35,9 +35,8 @@ const sendErrorResponse = (err, req, res, devMode = false) => {
|
|||
},
|
||||
meta: {
|
||||
title: 'Error',
|
||||
url: `${req.urlObj.origin}${req.urlObj.pathname}`,
|
||||
url: req.urlObj,
|
||||
imageUrl: `${req.urlObj.origin}/icon.svg`,
|
||||
urlObj: req.urlObj,
|
||||
description: `ERROR: ${err.message}. Please try again later.`,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue