aboutsummaryrefslogtreecommitdiff
path: root/playground/src/api/global/services/global.ts
blob: ef21df8ed1f6237da8243586e5785b9c0ab450a2 (plain) (blame)
1
2
3
4
5
6
7
/**
 * global service.
 */

import { factories } from '@strapi/strapi';

export default factories.createCoreService('api::global.global');