[develop | DONE | CHANGED] monitorServiceAPIURL: remove duplicate '/'

This commit is contained in:
Alex Martzios 2024-09-05 13:00:45 +03:00
parent 7ffdd1f3ae
commit e152350fb6
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ export function app() {
}));
if (userinfoRes.status === 200) {
let user = new User(userinfoRes.data);
let stakeholderRes = (await axios.get<Stakeholder>(properties.monitorServiceAPIURL + '/stakeholder/' + encodeURIComponent(req.params.alias), {
let stakeholderRes = (await axios.get<Stakeholder>(properties.monitorServiceAPIURL + 'stakeholder/' + encodeURIComponent(req.params.alias), {
withCredentials: true,
headers: headers
}).catch(error => {

@ -1 +1 @@
Subproject commit 310f06b2348977c64825231fff79180f70fb404d
Subproject commit ad17ffaf9510b1252964834aa2f5c2c695201009