frontend: add search & search history

This commit is contained in:
Kentai Radiquum 2024-04-21 07:04:16 +05:00
parent 6b88601417
commit e3a79c6864
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 145 additions and 17 deletions

View file

@ -7,4 +7,5 @@ export const endpoints = {
announce: `${API_URL}/index/announce`,
finished: `${API_URL}/index/finished`,
},
search: `${API_URL}/search`
};