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
3 files
+ 0
13
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -6,13 +6,8 @@ import { map } from "rxjs/operators";
import { AppConfiguration } from 'src/app/AppConfiguration';
<<<<<<< HEAD
const AUTH_API = "http://localhost:8080/harvester/auth";
const F2DSAPI = "https://f2ds.eosc-pillar.eu"
=======
const AUTH_API = "https://ffds.eosc-pillar.eu/harvester/auth";
const F2DSAPI = "https://ffds.eosc-pillar.eu"
>>>>>>> c3c1ead3ae1d28e003a33da588d1b6130e0145fb
const httpOptions = {
headers: new HttpHeaders({ 'Content-Type': 'application/json' })
};
Loading