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