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 fee093e commit 8e91dc6Copy full SHA for 8e91dc6
demos/https-example.js
@@ -0,0 +1,8 @@
1
+const gateway = require('./../index')
2
+
3
+gateway({
4
+ routes: [{
5
+ prefix: '/httpbin',
6
+ target: 'https://httpbin.org'
7
+ }]
8
+}).start(8080)
0 commit comments