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