mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
fixed the api call to get musicgenres
This commit is contained in:
parent
5ab0eba23e
commit
377a3ea8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ export const contract = c.router({
|
||||||
},
|
},
|
||||||
getGenreList: {
|
getGenreList: {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
path: 'genres',
|
path: 'musicgenres',
|
||||||
query: jfType._parameters.genreList,
|
query: jfType._parameters.genreList,
|
||||||
responses: {
|
responses: {
|
||||||
200: jfType._response.genreList,
|
200: jfType._response.genreList,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue