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