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
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -84,7 +84,6 @@ export class DatasetCrudService {
}
getLocally<T = any>(path: string): Observable<T> {
console.log('On getLocally using filepath : ', `${path}`);
return this.http.get<T>(`${path}`);
}
Loading