all repos — caroster @ c03fa59cf2eb3a188d9dbbb3f9c4f5d959e166c5

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

backend/src/api/notification/services/notification.ts (view raw)

1/**
2 * notification service
3 */
4
5import { factories } from '@strapi/strapi';
6
7export default factories.createCoreService('api::notification.notification');