[bug][banners] fix banner after moving around files in /data

This commit is contained in:
Avris 2020-10-13 08:41:42 +02:00
parent c5dff4c8af
commit 621320ba4f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default async function (req, res, next) {
const templateName = decodeURIComponent(req.url.substr(1, req.url.length - 5));
const template = buildTemplate(
parseTemplates(loadTsv('templates.tsv')),
parseTemplates(loadTsv('templates/templates.tsv')),
templateName,
);