Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 17, 2024
1 parent a33995b commit 5971f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class APIClient {
}

async getFavourites(uuid: string) {
const url = this.BASE_URL + `users/${uuid}/favorites`;
const url = this.BASE_URL + `/users/${uuid}/favorites`;
return Ajax.get(url);
}

Expand Down

0 comments on commit 5971f4f

Please sign in to comment.