Initial commit

This commit is contained in:
2025-09-14 21:04:33 +07:00
committed by GitHub
commit c448c54207
64 changed files with 19602 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
'use strict';
/**
* about controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::about.about');