all repos — caroster @ 8b3a718187d3e9765687e3a91de927242e423fbc

[Octree] Group carpool to your event https://caroster.io

backend/src/bootstrap/email-notifications.ts (view raw)

1export default async ({ strapi }) => {
2  await strapi.service("api::email.email").loadContentFiles();
3};