feat(web): add pinia/vue-flow deps and update API layer
This commit is contained in:
@@ -4,6 +4,10 @@ export function createPerson(data: any) {
|
||||
return client.post('/api/v1/person', data)
|
||||
}
|
||||
|
||||
export function listPersons() {
|
||||
return client.get('/api/v1/person/list')
|
||||
}
|
||||
|
||||
export function listTags() {
|
||||
return client.get('/api/v1/tag/list')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user