(organisationId)
| 13 | }; |
| 14 | |
| 15 | export const getProject = (organisationId) => { |
| 16 | return api.get(`/projects/get/organisation/${organisationId}`); |
| 17 | }; |
| 18 | |
| 19 | export const getAgents = (projectId) => { |
| 20 | return api.get(`/agents/get/project/${projectId}`); |