all repos — caroster @ 1410b54dc70ad59a92a3fe31c76237c46a37c1d8

[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};