Hackspace: init

This commit is contained in:
He4eT 2025-03-27 09:51:46 +01:00
commit 32b6f612c2
5 changed files with 114 additions and 0 deletions

View file

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