mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Merge pull request #1092 from ch-rit/fix-genre-list
fixed the api call to get musicgenres
This commit is contained in:
commit
755a09ceec
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ export const contract = c.router({
|
|||
},
|
||||
getGenreList: {
|
||||
method: 'GET',
|
||||
path: 'genres',
|
||||
path: 'musicgenres',
|
||||
query: jfType._parameters.genreList,
|
||||
responses: {
|
||||
200: jfType._response.genreList,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue