mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-03 13:45:59 +01:00
14 lines
209 B
JavaScript
Vendored
14 lines
209 B
JavaScript
Vendored
import { apiFactory } from '@/services/apiFactory'
|
|
|
|
const web = apiFactory('web')
|
|
|
|
export default {
|
|
/**
|
|
*
|
|
* @returns
|
|
*/
|
|
getSystemInfos() {
|
|
return web.get('infos')
|
|
},
|
|
|
|
} |