Events: init

This commit is contained in:
He4eT 2025-04-01 12:54:37 +02:00
commit 7eba0b9622
4 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,7 @@
/**
* event router
*/
import { factories } from '@strapi/strapi';
export default factories.createCoreRouter('api::event.event');