La conexión con alai funciona

This commit is contained in:
2026-05-04 15:12:53 +02:00
parent 113d9f3786
commit 189de6c0fb
12 changed files with 105 additions and 8 deletions

View File

@@ -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,