mirror of
https://github.com/MAGICGrants/strapi.git
synced 2026-01-09 20:57:56 -05:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
/**
|
|
* point router
|
|
*/
|
|
|
|
import { factories } from '@strapi/strapi';
|
|
|
|
export default factories.createCoreRouter('api::point.point');
|