diff --git a/js/ds.js b/js/ds.js index 3373e3b..7898bf2 100644 --- a/js/ds.js +++ b/js/ds.js @@ -7,7 +7,7 @@ import * as resmap from './resmap.js'; const DataSpace = {}; DataSpace.BASE_URL = 'http://dataspace.ispc.cnr.it'; -DataSpace.FE_URL = `${DataSpace.BASE_URL}/custome-fe`; +DataSpace.FE_URL = `${DataSpace.BASE_URL}/custom-fe`; DataSpace.RES_ENDPOINT = '/resources/'; DataSpace.FILES_URI = `${DataSpace.BASE_URL}/files/uploadedfiles/`; // TODO maybe these assignments are non needed?