diff --git a/src/app/services/ripe.service.ts b/src/app/services/ripe.service.ts index 68ce547..2c11a86 100644 --- a/src/app/services/ripe.service.ts +++ b/src/app/services/ripe.service.ts @@ -7,7 +7,7 @@ import {HttpClient} from "@angular/common/http"; export class RipeService { private apiKey: string ='' - private measurementURL: string = 'https://atlas.ripe.net/api/v2/measurements/' + private measurementURL: string = 'https://cors-anywhere.herokuapp.com/https://atlas.ripe.net/api/v2/measurements/' private measurementID: string = '' private resultsURL: string = '/results/' diff --git a/src/index.html b/src/index.html index daf4968..6f87c2a 100644 --- a/src/index.html +++ b/src/index.html @@ -3,8 +3,6 @@ - - @@ -27,7 +25,6 @@ integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/> -