This commit is contained in:
Samandar Turgunboyev
2026-01-24 16:46:02 +05:00
parent 1f77cc360d
commit ecc0029322
24 changed files with 632 additions and 563 deletions

View File

@@ -42,7 +42,7 @@ export const product_api = {
async search(params: {
search?: string;
page?: number;
page_szie?: number;
page_size?: number;
}): Promise<AxiosResponse<SearchData>> {
const res = await httpClient.get(`${API_URLS.Search_Product}`, { params });
return res;