mirror of
https://github.com/strapi/strapi.git
synced 2025-07-09 10:02:51 +00:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
'use strict';
|
|
|
|
const documentation = require('../../middlewares/documentation');
|
|
|
|
module.exports = {
|
|
documentation,
|
|
};
|