mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 20:37:42 +02:00
Update instant mix to use the new items endpoint instead of songs (#1642)
songs/:itemId:/InstantMix -> items/:itemId/InstantMix
This commit is contained in:
committed by
GitHub
parent
0dd13cbab1
commit
b4ecf5d257
@@ -137,7 +137,7 @@ export const contract = c.router({
|
|||||||
},
|
},
|
||||||
getInstantMix: {
|
getInstantMix: {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
path: 'songs/:itemId/InstantMix',
|
path: 'items/:itemId/InstantMix',
|
||||||
query: jfType._parameters.similarSongs,
|
query: jfType._parameters.similarSongs,
|
||||||
responses: {
|
responses: {
|
||||||
200: jfType._response.songList,
|
200: jfType._response.songList,
|
||||||
|
|||||||
Reference in New Issue
Block a user