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

This commit is contained in:
Alex Martzios 2024-09-05 13:49:50 +03:00
parent 3e55965ec7
commit 760afd89ea
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 04a3916389fd24705b64242dbee69473e044c14b
Subproject commit ad17ffaf9510b1252964834aa2f5c2c695201009

View File

@ -21,7 +21,7 @@ export class StatisticsService {
}
getCommunityAdminStatisticsChoices(properties: EnvProperties, communityId: string): Observable<StatisticsDisplay> {
let url = properties.adminToolsAPIURL+"/statistics/"+communityId;
let url = properties.adminToolsAPIURL+"statistics/"+communityId;
//console.log(`getting admin choices for statistics from: ${url}`);
return this.http.get<StatisticsDisplay>((properties.useCache) ? (properties.cacheUrl + encodeURIComponent(url)) : url)
//.map(stats => <StatisticsDisplay>stats.json())

@ -1 +1 @@
Subproject commit 651102a5ba049b71bed8eb6a85a8d02cefcb24cc
Subproject commit 6bc02125166daa907d39ff523cd635088bdb63c2

@ -1 +1 @@
Subproject commit 37639eab68c63a506b7df10c42e3379c4a05d94d
Subproject commit b4d09b7cd942893c238d4152eeac1bbc822a0b13