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