Custom route always 404

here it is

import { factories } from '@strapi/strapi'

export default factories.createCoreController('api::command.command', ({ strapi }) => ({
  getPoints() {
    return 'oh yes'
}))