Skip to content

Commit

Permalink
New Features:
Browse files Browse the repository at this point in the history
1. MAP WORKINGGG!!!!
New Pages:
Bugs Corrected:

To Be Corrected:
1.CORS Error
  • Loading branch information
juanfranciscocis committed Jun 6, 2024
1 parent 20c16bf commit 5a1805a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/services/ripe.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'

Expand Down
3 changes: 0 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

<head>

<!-- ALLOW CORS for ripe-atlas.ripe.net -->
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:; connect-src *; font-src 'self'; object-src 'self'; media-src 'self'; frame-src 'self';">


<meta charset="utf-8" />
Expand All @@ -27,7 +25,6 @@
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />


</head>
Expand Down

0 comments on commit 5a1805a

Please sign in to comment.