[bug] fix default banner

This commit is contained in:
Andrea Vos 2020-11-11 22:07:19 +01:00
parent 43cab2e7f2
commit f4ef2ae778

View File

@ -8,7 +8,7 @@ const translations = loadSuml('translations');
const locale = config.locale;
const title = translations.title;
const description = translations.description;
const banner = process.env.BASE_URL + '/banner/zaimki.png';
const banner = process.env.BASE_URL + '/api/banner/zaimki.png';
const colour = '#C71585';
const bodyParser = require('body-parser');