mirror of
https://github.com/strapi/strapi.git
synced 2025-07-09 10:02:51 +00:00

* Fix links that point to old documentation (examples) Signed-off-by: Fabio Sfuncia <fsfuncia@unime.it> Signed-off-by: Fabio Sfuncia <fib@tooware.com> * Fix links that point to old documentation (CONTRIBUTING and README) Signed-off-by: Fabio Sfuncia <fsfuncia@unime.it> Signed-off-by: Fabio Sfuncia <fib@tooware.com> * Fix links that point to old documentation (strapi-admin exposed links) Signed-off-by: Fabio Sfuncia <fib@tooware.com>
9 lines
185 B
JavaScript
Executable File
9 lines
185 B
JavaScript
Executable File
'use strict';
|
|
|
|
/**
|
|
* Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers)
|
|
* to customize this controller
|
|
*/
|
|
|
|
module.exports = {};
|