Created the rest of the structure of the CMS

This commit is contained in:
Tiago Ribeiro
2024-03-18 10:21:00 +00:00
parent edeae4a8c3
commit bd0b7a32ff
62 changed files with 14701 additions and 133 deletions

View File

@@ -0,0 +1,9 @@
'use strict';
/**
* price controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::price.price');