contact us renamed to leads
Showing
5 changed files
with
5 additions
and
63 deletions
-
Please register or sign in to post a comment
'use strict'; | ||
/** | ||
* contact-us controller | ||
*/ | ||
const { createCoreController } = require('@strapi/strapi').factories; | ||
module.exports = createCoreController('api::contact-us.contact-us'); |
'use strict'; | ||
/** | ||
* contact-us router | ||
*/ | ||
const { createCoreRouter } = require('@strapi/strapi').factories; | ||
module.exports = createCoreRouter('api::contact-us.contact-us'); |
'use strict'; | ||
/** | ||
* contact-us service | ||
*/ | ||
const { createCoreService } = require('@strapi/strapi').factories; | ||
module.exports = createCoreService('api::contact-us.contact-us'); |