all repos — caroster @ 8f8d1b858152fdaf4b7594c0f9ebc84e7518a035

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