Convly 62b52a604d Provider's connection implementation
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-12-28 15:05:24 +01:00

8 lines
153 B
JavaScript

'use strict';
const getAdminStore = async () => strapi.store({ type: 'core', environment: '', name: 'admin' });
module.exports = {
getAdminStore,
};