here it is
import { factories } from '@strapi/strapi'
export default factories.createCoreController('api::command.command', ({ strapi }) => ({
getPoints() {
return 'oh yes'
}))
here it is
import { factories } from '@strapi/strapi'
export default factories.createCoreController('api::command.command', ({ strapi }) => ({
getPoints() {
return 'oh yes'
}))