We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb91cc9 commit 332db83Copy full SHA for 332db83
demos/circuitbreaker.js
@@ -29,12 +29,7 @@ gateway({
29
routes: [{
30
proxyHandler: (...params) => breaker.fire(params),
31
prefix: '/public',
32
- target: 'http://localhost:3000',
33
- docs: {
34
- name: 'Public Service',
35
- endpoint: 'swagger.json',
36
- type: 'swagger'
37
- }
+ target: 'http://localhost:3000'
38
}]
39
}).start(8080).then(() => console.log('API Gateway listening on 8080 port!'))
40
0 commit comments