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 e9f2960 commit 8478a3fCopy full SHA for 8478a3f
demos/basic.js
@@ -27,7 +27,7 @@ gateway({
27
})
28
]
29
}, {
30
- // this route definition makes /public a default service if prefix is omitted
+ // this route definition makes http://localhost:3000 (/public) a default service if other routes prefixes are omitted
31
prefix: '/*',
32
pathRegex: '',
33
target: 'http://localhost:3000'
package.json
@@ -33,6 +33,7 @@
"stream-to-array": "^2.3.0"
34
},
35
"devDependencies": {
36
+ "aws-sdk": "^2.648.0",
37
"chai": "^4.2.0",
38
"cors": "^2.8.5",
39
"express": "^4.17.1",
0 commit comments