mirror of
https://github.com/strapi/strapi.git
synced 2025-07-30 12:29:30 +00:00
8 lines
87 B
JavaScript
8 lines
87 B
JavaScript
'use strict';
|
|
|
|
const routing = require('./routing');
|
|
|
|
module.exports = {
|
|
routing,
|
|
};
|