1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 10:22:36 +00:00
bramw_baserow/web-frontend/services/group.js

7 lines
107 B
JavaScript

import { client } from './client'
export default {
fetchAll() {
return client.get('/groups/')
}
}