Created the rest of the structure of the CMS
This commit is contained in:
9
src/api/privacy-policy/services/privacy-policy.js
Normal file
9
src/api/privacy-policy/services/privacy-policy.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* privacy-policy service
|
||||
*/
|
||||
|
||||
const { createCoreService } = require('@strapi/strapi').factories;
|
||||
|
||||
module.exports = createCoreService('api::privacy-policy.privacy-policy');
|
||||
Reference in New Issue
Block a user