Skip to content
Snippets Groups Projects

WIP: Feature/describe openapi

Merged Julien Couzinié requested to merge feature/describe-openapi into master
@@ -6,8 +6,8 @@ import { map } from "rxjs/operators";
import { AppConfiguration } from 'src/app/AppConfiguration';
const AUTH_API = "http://51.178.69.108:8080/harvester/auth";
const F2DSAPI = "http://51.178.69.147"
const AUTH_API = "https://51.178.69.108:8080/harvester/auth";
const F2DSAPI = "https://51.178.69.147"
const httpOptions = {
headers: new HttpHeaders({ 'Content-Type': 'application/json' })
};
Loading