mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
/**
|
|
* event router
|
|
*/
|
|
|
|
import { factories } from '@strapi/strapi';
|
|
|
|
export default factories.createCoreRouter('api::event.event');
|