mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
parent
d5c52ddd69
commit
a57dc2aa7e
|
@ -5,7 +5,7 @@ import { UserService } from './userService';
|
|||
export function useApi(userService: UserService, botId: string) {
|
||||
const api = axios.create({
|
||||
baseURL: userService.getBaseUrl(),
|
||||
timeout: 10000,
|
||||
timeout: 20000,
|
||||
withCredentials: true,
|
||||
});
|
||||
// Sent auth headers interceptor
|
||||
|
|
Loading…
Reference in New Issue
Block a user