mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 01:19:41 +05:00
feat: add login to the preference modal
This commit is contained in:
parent
6f1e48983a
commit
8138286233
3 changed files with 64 additions and 39 deletions
|
@ -18,6 +18,11 @@ export const ENDPOINTS = {
|
|||
favorite: `${API_PREFIX}/favorite`,
|
||||
settings: {
|
||||
my: `${API_PREFIX}/profile/preference/my`,
|
||||
login: {
|
||||
info: `${API_PREFIX}/profile/preference/login/info`,
|
||||
history: `${API_PREFIX}/profile/login/history/all`, // /<user_id>/<page>
|
||||
change: `${API_PREFIX}/profile/preference/login/change`, // ?login=<url_encoded_string>
|
||||
},
|
||||
statusEdit: `${API_PREFIX}/profile/preference/status/edit`,
|
||||
statsEdit: `${API_PREFIX}/profile/preference/privacy/stats/edit`,
|
||||
countsEdit: `${API_PREFIX}/profile/preference/privacy/counts/edit`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue