mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 09:29:41 +05:00
feat: add view of user blocklist
This commit is contained in:
parent
4aa48f589b
commit
8daab3b3c1
3 changed files with 193 additions and 2 deletions
|
@ -18,6 +18,7 @@ export const ENDPOINTS = {
|
|||
bookmark: `${API_PREFIX}/profile/list`,
|
||||
history: `${API_PREFIX}/history`,
|
||||
favorite: `${API_PREFIX}/favorite`,
|
||||
blocklist: `${API_PREFIX}/profile/blocklist`,
|
||||
settings: {
|
||||
my: `${API_PREFIX}/profile/preference/my`,
|
||||
login: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue