strapi-plugin-config-sync/playground/src/api/home/controllers/home.js

10 lines
171 B
JavaScript
Raw Normal View History

'use strict';
/**
* home controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::home.home');