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

8 lines
138 B
TypeScript
Raw Normal View History

2025-06-28 17:21:16 +02:00
/**
* home controller
*/
import { factories } from '@strapi/strapi';
export default factories.createCoreController('api::home.home');