Yet another stupid fix...

This commit is contained in:
Nicolò P 2023-04-12 17:02:53 +02:00
parent 15bd976407
commit 6c1dfaec9d

View File

@ -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?