Skip to content
Snippets Groups Projects
Commit 9b7b732c authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Fix organizations url

parent a419adb4
Branches
Tags
No related merge requests found
Pipeline #
...@@ -13,7 +13,7 @@ export class OrganizationsService { ...@@ -13,7 +13,7 @@ export class OrganizationsService {
) { } ) { }
getOrganizations() { getOrganizations() {
return this._httpClient.get<IOrganization[]>(environment.backend.url + '/organizations').pipe( return this._httpClient.get<IOrganization[]>(environment.backend.url).pipe(
map((organizationsBack) => { map((organizationsBack) => {
const organizations = []; const organizations = [];
organizationsBack.forEach((organization) => { organizationsBack.forEach((organization) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment