Skip to content

Commit

Permalink
improving pathRegex inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolando Santamaria Maso committed Nov 20, 2018
1 parent a137e23 commit b860e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -78,6 +78,7 @@ This gateway implementation is not only a classic HTTP proxy router, it is also
// HTTP proxy
routes: [{
// Optional path matching regex. Default value: '/*'
// In order to disable the 'pathRegex' at all, you can use an empty string: ''
pathRegex: '/*'
// route prefix
prefix: '/public',
Expand Down

0 comments on commit b860e16

Please sign in to comment.