Compare commits

..

1 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
bba9e7c0f7 refactor: show invalid uri 2022-04-22 12:14:34 -04:00

View File

@@ -32,6 +32,7 @@ helpers.buildBodyClass = function (req, res, templateData = {}) {
try {
p = slugify(decodeURIComponent(p));
} catch (err) {
winston.error(`Error decoding URI: ${p}`);
winston.error(err.stack);
p = '';
}