mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fixed the api call to get musicgenres
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user