Refactor local InSAR asset and production workflows
This commit is contained in:
@@ -4,6 +4,9 @@ import apiClient from './client';
|
||||
export const listEngines = () =>
|
||||
apiClient.get('/dinsar-production/engines').then(r => r.data);
|
||||
|
||||
export const listTaskRoots = () =>
|
||||
apiClient.get('/dinsar-production/task-roots').then(r => r.data);
|
||||
|
||||
export const getEngineDetail = (engineCode) =>
|
||||
apiClient.get(`/dinsar-production/engines/${encodeURIComponent(engineCode)}`).then(r => r.data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user