all repos — caroster @ a91b6c5d105a9cd70ff19ccadb8f9e2b1b00016d

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

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

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