mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 01:19:41 +05:00
feat: add avatar editing
This commit is contained in:
parent
8164e7c8bd
commit
725b8a2c10
2 changed files with 88 additions and 14 deletions
|
@ -24,6 +24,7 @@ export const ENDPOINTS = {
|
|||
change: `${API_PREFIX}/profile/preference/login/change`, // ?login=<url_encoded_string>
|
||||
},
|
||||
status: `${API_PREFIX}/profile/preference/status/edit`,
|
||||
avatar: `${API_PREFIX}/profile/preference/avatar/edit`,
|
||||
privacy: {
|
||||
stats: `${API_PREFIX}/profile/preference/privacy/stats/edit`,
|
||||
counts: `${API_PREFIX}/profile/preference/privacy/counts/edit`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue