From 529708a3fdba3957f386af2ec304bef320804c48 Mon Sep 17 00:00:00 2001 From: trantzas Date: Wed, 26 Jun 2024 10:34:30 +0000 Subject: [PATCH] fix for #7 --- src/js/config.js.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/config.js.default b/src/js/config.js.default index 2d39526..d81edd3 100644 --- a/src/js/config.js.default +++ b/src/js/config.js.default @@ -7,7 +7,7 @@ appConfig.factory('APIEndPointService', function() { WIKI: "https://osl.etsi.org/documentation/", BUGZILLA: "ROOTURL/bugzilla/", STATUS: "ROOTURL/status/", - APIURL: "http://localost:13000", + APIURL: "http://localhost", WEBURL: "ROOTURL/nfvportal", APIOAUTHURL: "ROOTURL/auth/realms/openslice", APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4" -- GitLab