mirror of
https://github.com/strapi/strapi.git
synced 2025-09-06 15:22:59 +00:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
'use strict';
|
|
|
|
const documentation = require('../../controllers/Documentation');
|
|
|
|
module.exports = {
|
|
documentation,
|
|
};
|