Yet another stupid fix...
This commit is contained in:
parent
15bd976407
commit
6c1dfaec9d
2
js/ds.js
2
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?
|
||||
|
Loading…
Reference in New Issue
Block a user