Compare commits
No commits in common. "a82193af27364f820c2562b91bb42e150bd302d9" and "1e658b5736cd669053ddf469cf28a985e3caec3a" have entirely different histories.
a82193af27
...
1e658b5736
@ -1,8 +0,0 @@
|
|||||||
import { api } from "./api.mjs";
|
|
||||||
|
|
||||||
export const usersService = {
|
|
||||||
create_user: (data) => api.post('/functions/v1/create-user'),
|
|
||||||
list_roles: () => api.get("/rest/v1/user_roles"),
|
|
||||||
full_data: () => api.get(`/functions/v1/user-info`),
|
|
||||||
summary_data: () => api.get('/auth/v1/user')
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user