feat: add favorites page

This commit is contained in:
Kentai Radiquum 2024-07-16 13:08:43 +05:00
parent 484148ada6
commit 28efc5a98c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
10 changed files with 177 additions and 36 deletions

View file

@ -11,7 +11,7 @@ export const ENDPOINTS = {
profile: `${API_URL}/profile`,
bookmark: `${API_URL}/profile/list/all`,
history: `${API_URL}/history`,
favorite: `${API_URL}/favorite`,
favorite: `${API_URL}/favorite/all`,
},
filter: `${API_URL}/filter`,
auth: `${API_URL}/auth/signIn`,