From 3fb522534cff61576ac58ae466a2752585b8c44e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 1 Jun 2020 19:45:15 +0200 Subject: setting up the database... --- frontend/api/index.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'frontend/api/index.js') 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, {}) -- cgit v1.2.3-70-g09d2