strapi-plugin-config-sync/server/routes/index.js

8 lines
93 B
JavaScript
Raw Permalink Normal View History

2021-10-14 14:37:00 +02:00
'use strict';
2024-11-06 11:59:15 +01:00
import adminRoutes from './admin';
2021-10-14 14:37:00 +02:00
2024-11-06 11:59:15 +01:00
export default {
2021-10-14 14:37:00 +02:00
admin: adminRoutes,
};