mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 11:48:43 +00:00
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
'use strict';
|
|
|
|
const getAdminStore = async () => strapi.store({ type: 'core', environment: '', name: 'admin' });
|
|
|
|
module.exports = {
|
|
getAdminStore,
|
|
};
|