From 6c1dfaec9d020d7cabc5c4b7889199ba920857f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Wed, 12 Apr 2023 17:02:53 +0200 Subject: [PATCH] Yet another stupid fix... --- js/ds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?