diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-24 22:40:37 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-03 11:40:06 -0400 |
| commit | 19a04769858c6786826a546bd5c0d3876049bad2 (patch) | |
| tree | d6868db4f0b29573f1d8123ad57085609b5f39c7 /src | |
| parent | ddc7c870f401a1cb7e59cd5144b6acff65a01e7e (diff) | |
update api endpoint url
Diffstat (limited to 'src')
| -rw-r--r-- | src/services/api/api.service.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/api/api.service.js b/src/services/api/api.service.js index 15c4b62a..846fab3a 100644 --- a/src/services/api/api.service.js +++ b/src/services/api/api.service.js @@ -50,7 +50,7 @@ const MASTODON_MEDIA_UPLOAD_URL = '/api/v1/media' const MASTODON_STATUS_FAVORITEDBY_URL = id => `/api/v1/statuses/${id}/favourited_by` const MASTODON_STATUS_REBLOGGEDBY_URL = id => `/api/v1/statuses/${id}/reblogged_by` const MASTODON_PROFILE_UPDATE_URL = '/api/v1/accounts/update_credentials' -const MASTODON_REPORT_USER_URL = 'api/v1/reports' +const MASTODON_REPORT_USER_URL = '/api/v1/reports' import { each, map, concat, last } from 'lodash' import { parseStatus, parseUser, parseNotification, parseAttachment } from '../entity_normalizer/entity_normalizer.service.js' |
