adds track loading example
This commit is contained in:
@@ -49,6 +49,7 @@ export const api = {
|
||||
tracks: {
|
||||
list: fetcher.path("/api/track/").method("get").create(),
|
||||
detail: fetcher.path("/api/track/{id}").method("get").create(),
|
||||
vote: fetcher.path("/api/track/vote").method("get").create(),
|
||||
},
|
||||
artists: {
|
||||
list: fetcher.path("/api/artist").method("get").create(),
|
||||
|
||||
Reference in New Issue
Block a user