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

8 lines
71 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 main from './main';
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
main,
};