diff options
Diffstat (limited to 'frontend/api/index.js')
| -rw-r--r-- | frontend/api/index.js | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/frontend/api/index.js b/frontend/api/index.js index b33d2e6..26a8baa 100644 --- a/frontend/api/index.js +++ b/frontend/api/index.js @@ -17,12 +17,8 @@ so you can do ... export { util } export const actions = [ - 'collection', + 'graph', + 'page', + 'tile', 'upload', - 'media', - 'featureIndex', - 'detectionIndex', - 'detection', - 'modelzoo', - 'mediaImport', ].reduce((a,b) => (a[b] = crud_actions(b)) && a, {}) |
