Update vue components, namespace v1 api
This commit is contained in:
parent
a791219d20
commit
3c306c5e17
9 changed files with 38 additions and 102 deletions
|
@ -201,7 +201,7 @@ export default {
|
|||
},
|
||||
|
||||
fetchRecentPosts() {
|
||||
axios.get('/api/v1/accounts/' + this.profileId + '/statuses', {
|
||||
axios.get('/api/local/accounts/' + this.profileId + '/statuses', {
|
||||
params: {
|
||||
only_media: true,
|
||||
min_id: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue