forked from AkkomaGang/akkoma-fe
Restore old media upload endpoint.
This commit is contained in:
parent
4228cfc342
commit
55edd6d8c2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const RETWEET_URL = '/api/statuses/retweet'
|
|||
const STATUS_UPDATE_URL = '/api/statuses/update.json'
|
||||
const STATUS_DELETE_URL = '/api/statuses/destroy'
|
||||
const STATUS_URL = '/api/statuses/show'
|
||||
const MEDIA_UPLOAD_URL = '/api/media/upload.json'
|
||||
const MEDIA_UPLOAD_URL = '/api/statusnet/media/upload'
|
||||
const CONVERSATION_URL = '/api/statusnet/conversation'
|
||||
const MENTIONS_URL = '/api/statuses/mentions.json'
|
||||
const FRIENDS_URL = '/api/statuses/friends.json'
|
||||
|
|
Loading…
Reference in a new issue