feat: add avatar editing

This commit is contained in:
Kentai Radiquum 2024-09-20 23:47:35 +05:00
parent 8164e7c8bd
commit 725b8a2c10
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 88 additions and 14 deletions

View file

@ -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`,