mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fix artist path
This commit is contained in:
@@ -42,14 +42,14 @@ export const contract = c.router({
|
|||||||
},
|
},
|
||||||
getAlbumArtistDetail: {
|
getAlbumArtistDetail: {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
path: 'albumArtist/:id',
|
path: 'artist/:id',
|
||||||
responses: {
|
responses: {
|
||||||
200: resultWithHeaders(ndType._response.albumArtist),
|
200: resultWithHeaders(ndType._response.albumArtist),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
getAlbumArtistList: {
|
getAlbumArtistList: {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
path: 'albumArtist',
|
path: 'artist',
|
||||||
query: ndType._parameters.albumArtistList,
|
query: ndType._parameters.albumArtistList,
|
||||||
responses: {
|
responses: {
|
||||||
200: resultWithHeaders(ndType._response.albumArtistList),
|
200: resultWithHeaders(ndType._response.albumArtistList),
|
||||||
|
|||||||
Reference in New Issue
Block a user