Skip to content
Snippets Groups Projects

delete fdp & smartharvester settings: config from environement and get user...

Merged Baptiste Toulemonde requested to merge feature/mapping into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -70,6 +70,6 @@ export class AuthService {
})
};
this.tokenService.signOut();
return this.http.post(`${environment.smartharvesterUrl}/logout`, null, config);
return this.http.post(`${AUTH_API}/logout`, null, config);
}
}
Loading