feat: add view of user blocklist

This commit is contained in:
Kentai Radiquum 2025-04-03 22:56:07 +05:00
parent 4aa48f589b
commit 8daab3b3c1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 193 additions and 2 deletions

View file

@ -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: {