UNPKG
@eqxjs/ambassador
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
Equinox version 2 ambassador module for nestjs
@eqxjs/ambassador
/
dist
/
http
/
ambassador.http.service.js
11 lines
(10 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"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
;