Use correct beatsaver api url

This commit is contained in:
Thomas Cheyney
2024-11-18 16:13:42 +00:00
committed by GitHub
parent f7f5f768fc
commit 7b1defcb76
@@ -15,7 +15,7 @@ export class BeatSaverApiService {
private readonly request: RequestService;
private readonly bsaverApiUrl = "https://beatsaver.com/api";
private readonly bsaverApiUrl = "https://api.beatsaver.com";
private constructor() {
this.request = RequestService.getInstance();