feat(Home): update text for branding and hero title in multiple languages
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-03-04 13:08:23 +01:00
parent 1d647d0a36
commit e8d8ccda42
5 changed files with 9 additions and 9 deletions

View File

@@ -59,9 +59,8 @@ async function start() {
await initDatabase();
initMailer();
// Serve uploaded files (avatars, branding only — presentations require auth)
// Serve uploaded files (branding only — avatars served via /api/auth/avatar/:filename, presentations require auth)
const uploadsPath = path.join(__dirname, '..', 'uploads');
app.use('/uploads/avatars', express.static(path.join(uploadsPath, 'avatars')));
app.use('/uploads/branding', express.static(path.join(uploadsPath, 'branding')));
// API Routes