This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/src/services/Server.js

7 lines
133 B
JavaScript
Raw Normal View History

2019-05-22 12:51:57 +00:00
import Api from '@/services/Api'
export default {
getSettings (params) {
return Api().get('/v1/server/settings')
}
}