mirror of
https://github.com/strapi/strapi.git
synced 2025-11-20 20:23:07 +00:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const routes = require('../../config/routes');
|
||
|
|
|
||
|
|
module.exports = routes.routes;
|