fix: reports.py missing import json
This commit is contained in:
@@ -133,6 +133,11 @@ export const userApi = {
|
||||
delete: (id: number) => api.delete(`/users/${id}`),
|
||||
}
|
||||
|
||||
export const orgApi = {
|
||||
nodes: () => api.get('/org/nodes'),
|
||||
tree: () => api.get('/org/tree'),
|
||||
}
|
||||
|
||||
export const notificationApi = {
|
||||
list: () => api.get('/notifications/channels'),
|
||||
create: (data: any) => api.post('/notifications/channels', data),
|
||||
|
||||
Reference in New Issue
Block a user