mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix artist path
This commit is contained in:
parent
438085633b
commit
fa79b4cbe0
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue