diff --git a/src/js/config.js.default b/src/js/config.js.default index 2d3952636bdc68f7acdb742d08311ca60c1bf781..d81edd3fcc77c893d20d30c40ef203f73e2ebdbb 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"