1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-06-07 05:26:57 +02:00

14 lines
209 B
JavaScript
Vendored

import { apiFactory } from '@/services/apiFactory'
const web = apiFactory('web')
export default {
/**
*
* @returns
*/
getSystemInfos() {
return web.get('infos')
},
}