Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Update country center API path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed May 24, 2023
1 parent 2bd7c53 commit 3228685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/portmaster/src/app/pages/spn/spn-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class SpnPageComponent implements OnInit, OnDestroy, AfterViewInit {

ngOnInit() {
// load country center data
this.http.get<typeof this['countryCenters']>(`${this.httpAPI}/v1/geoip/country-centers`)
this.http.get<typeof this['countryCenters']>(`${this.httpAPI}/v1/intel/geoip/country-centers`)
.subscribe(centers => this.countryCenters = centers);

this.spnService
Expand Down

0 comments on commit 3228685

Please sign in to comment.