mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Merge pull request #661 from beatmaps-io/master
Use correct beatsaver api url
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user