UNPKG

@eqxjs/ambassador

Version:

Equinox version 2 ambassador module for nestjs

11 lines (10 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpService = void 0; const axios_1 = require("@nestjs/axios"); class HttpService extends axios_1.HttpService { checkCurcuitBreaker() { return true; } } exports.HttpService = HttpService;