Merge pull request #1092 from ch-rit/fix-genre-list

fixed the api call to get musicgenres
This commit is contained in:
Jeff 2025-09-03 01:30:53 -07:00 committed by GitHub
commit 755a09ceec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,