strapi/packages/plugins/graphql/strapi-server.js
Alexandre Bodin 0f3f984ea7 Init migration v4
- Hooks registry
- D&P CT migrations
- i18N CT migrations
- Umzug with js / sql migrations
- Eslint updates
2021-09-13 12:03:12 +02:00

16 lines
250 B
JavaScript

'use strict';
module.exports = (/* strapi, config */) => {
return {
bootstrap() {},
destroy() {},
config: {},
routes: [],
controllers: {},
services() {},
policies: {},
middlewares: {},
contentTypes: {},
};
};