api timeout 5000

This commit is contained in:
Samandar Turgunboyev
2026-03-13 21:21:50 +05:00
parent a842449e4d
commit 26c933d196

View File

@@ -14,7 +14,7 @@ import { BASE_URL } from './URLs';
const httpClient = axios.create({
baseURL: BASE_URL,
timeout: 10000,
timeout: 50000,
});
httpClient.interceptors.request.use(