mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
Merge pull request #1092 from ch-rit/fix-genre-list
fixed the api call to get musicgenres
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user