mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add profile friend view
This commit is contained in:
parent
0730b7c7d4
commit
256ecea885
5 changed files with 441 additions and 59 deletions
|
@ -19,6 +19,14 @@ export const ENDPOINTS = {
|
|||
history: `${API_PREFIX}/history`,
|
||||
favorite: `${API_PREFIX}/favorite`,
|
||||
blocklist: `${API_PREFIX}/profile/blocklist`,
|
||||
friend: {
|
||||
list: `${API_PREFIX}/profile/friend/all`,
|
||||
add: `${API_PREFIX}/profile/friend/request/send`,
|
||||
remove: `${API_PREFIX}/profile/friend/request/remove`,
|
||||
hide: `${API_PREFIX}/profile/friend/request/hide`,
|
||||
in: `${API_PREFIX}/profile/friend/requests/in`,
|
||||
out: `${API_PREFIX}/profile/friend/requests/out`,
|
||||
},
|
||||
settings: {
|
||||
my: `${API_PREFIX}/profile/preference/my`,
|
||||
login: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue