Revize ca53e9f1
Přidáno uživatelem Schwobik před téměř 2 roky(ů)
src/api/searchService.ts | ||
---|---|---|
6 | 6 |
} |
7 | 7 |
|
8 | 8 |
export const searchRequest = async (params: SearchParams) => { |
9 |
return await axiosInstance.get(`/api/search_v2/${ (params.inventory ? `inventory=${ params.inventory }` : "")}`)
|
|
9 |
return await axiosInstance.get(`/search_v2${ (params.inventory ? `?inventory=${ params.inventory }` : "")}`)
|
|
10 | 10 |
} |
Také k dispozici: Unified diff
Demo of listview implemented
re #10342