feat: support player
This commit is contained in:
@@ -10,6 +10,10 @@ export const postApi = {
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
play(id) {
|
||||
return client.get(`/api/posts/${id}/play`);
|
||||
},
|
||||
show(id) {
|
||||
return client.get(`/api/posts/${id}`);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user