mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-02-19 13:36:57 +01:00
7 lines
170 B
JavaScript
Executable File
7 lines
170 B
JavaScript
Executable File
import MetaApi from 'nexus-meta-api-js-client'
|
|
|
|
export default ({ $config }, inject) => {
|
|
const metaApi = new MetaApi($config.meta_api)
|
|
inject('meta_api', metaApi)
|
|
}
|