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 {
) { }
getOrganizations() {
return this._httpClient.get<IOrganization[]>(environment.backend.url + '/organizations').pipe(
return this._httpClient.get<IOrganization[]>(environment.backend.url).pipe(
map((organizationsBack) => {
const organizations = [];
organizationsBack.forEach((organization) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment