Use HTTPS for XHR
This commit is contained in:
parent
a231dc2ec6
commit
a261711080
2
js/ds.js
2
js/ds.js
@ -7,7 +7,7 @@ import {plot} from './plot.js';
|
||||
*/
|
||||
const DataSpace = {};
|
||||
|
||||
DataSpace.BASE_URL = 'http://dataspace.ispc.cnr.it';
|
||||
DataSpace.BASE_URL = 'https://dataspace.ispc.cnr.it';
|
||||
DataSpace.FE_URL = `${DataSpace.BASE_URL}/custom-fe`;
|
||||
DataSpace.RES_ENDPOINT = '/resources/';
|
||||
DataSpace.FILES_URI = `${DataSpace.BASE_URL}/files/uploadedfiles/`;
|
||||
|
Loading…
Reference in New Issue
Block a user