8 lines
146 B
TypeScript
Executable File
8 lines
146 B
TypeScript
Executable File
/**
|
|
* example controller
|
|
*/
|
|
|
|
import { factories } from '@strapi/strapi'
|
|
|
|
export default factories.createCoreController('api::example.example');
|