mirror of
https://github.com/Nezumi-2711/strapi-cloud-template-blog-acf3cc33ae.git
synced 2026-09-22 13:48:37 +00:00
10 lines
166 B
JavaScript
10 lines
166 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* about service.
|
|
*/
|
|
|
|
const { createCoreService } = require('@strapi/strapi').factories;
|
|
|
|
module.exports = createCoreService('api::about.about');
|