From 5a1805a9dc2bbe94719a05ac0f1066f6f37ba8c5 Mon Sep 17 00:00:00 2001 From: Juan Cisneros Date: Thu, 6 Jun 2024 16:31:51 -0500 Subject: [PATCH] New Features: 1. MAP WORKINGGG!!!! New Pages: Bugs Corrected: To Be Corrected: 1.CORS Error --- src/app/services/ripe.service.ts | 2 +- src/index.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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=""/> -