mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 19:44:15 +00:00
use new route
This commit is contained in:
parent
1ae44d6c86
commit
4fb81648f8
@ -42,7 +42,7 @@ export default class PlaylistsModel {
|
||||
const { data } = await request({
|
||||
instance: PlaylistsModel.api_instance,
|
||||
method: "DELETE",
|
||||
url: `/playlist/${id}`,
|
||||
url: `/playlists/${id}`,
|
||||
})
|
||||
|
||||
return data
|
||||
|
Loading…
x
Reference in New Issue
Block a user