mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-17 10:22:36 +00:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
import { client } from './client'
|
|
|
|
export default {
|
|
fetchAll() {
|
|
return client.get('/groups/')
|
|
}
|
|
}
|