Created the rest of the structure of the CMS
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* country-managers-contact controller
|
||||
*/
|
||||
|
||||
const { createCoreController } = require('@strapi/strapi').factories;
|
||||
|
||||
module.exports = createCoreController('api::country-managers-contact.country-managers-contact');
|
||||
Reference in New Issue
Block a user