mirror of
https://github.com/strapi/strapi.git
synced 2025-07-11 11:03:46 +00:00

* [WIP] Cleaning up codebase for doc repo move WIP * Fix deleted files, add links to doc repo issues * Add repo note to readme
9 lines
202 B
JavaScript
Executable File
9 lines
202 B
JavaScript
Executable File
'use strict';
|
|
|
|
/**
|
|
* Read the documentation (https://strapi.io/documentation/developer-docs/latest/concepts/controllers.html#core-controllers)
|
|
* to customize this controller
|
|
*/
|
|
|
|
module.exports = {};
|