optimize settings helper

This commit is contained in:
Julian Krauser 2025-04-20 15:32:57 +02:00
parent 730c25a9a1
commit a8edc19f34
11 changed files with 343 additions and 119 deletions

View file

@ -29,7 +29,7 @@ dataSource.initialize().then(async () => {
});
}
await SettingHelper.configure();
MailHelper.createTransport();
MailHelper.initialize();
});
const app = express();