Skip to content
Snippets Groups Projects
Commit d6595c70 authored by nicolas's avatar nicolas
Browse files

https ingress rule for smartharvester

parent a3d46736
No related branches found
No related tags found
2 merge requests!3Added mapping to DTO,!1WIP: Feature/describe openapi
......@@ -6,8 +6,8 @@ import { map } from "rxjs/operators";
import { AppConfiguration } from 'src/app/AppConfiguration';
const AUTH_API = "https://51.178.69.108:8080/harvester/auth";
const F2DSAPI = "https://51.178.69.147"
const AUTH_API = "https://ffds.eosc-pillar.eu/harvester/auth";
const F2DSAPI = "https://ffds.eosc-pillar.eu"
const httpOptions = {
headers: new HttpHeaders({ 'Content-Type': 'application/json' })
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment