La conexión con alai funciona
This commit is contained in:
@@ -23,7 +23,7 @@ export class HttpClient {
|
||||
headers: Record<string, string>,
|
||||
jwtManager: JWTProvider<{}>, // todo: asociar el tipo de token
|
||||
jwtService?: IJWTService<any>,
|
||||
httpsAgent: https.Agent
|
||||
httpsAgent?: https.Agent
|
||||
}) {
|
||||
this.client = axios.create({
|
||||
baseURL: args.baseURL,
|
||||
|
||||
Reference in New Issue
Block a user