all repos — caroster @ 0ab7f5d8df1c02565c87b4156233b83e3de6f74d

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