Skip to content

Commit

Permalink
fixing routePrefix undefined (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwillis authored and jgallen23 committed Oct 23, 2017
1 parent e2d7a03 commit 8c86ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ connection:
failAction: 'ignore'
port: "{{ENV.PORT || 8080}}"
address: '0.0.0.0'
routePrefix: "{{ ENV.PATH_PREFIX }}"
routePrefix: "{{ ENV.PATH_PREFIX || '' }}"
plugins:
hapi-trailing-slash:
method: 'remove'
Expand Down

0 comments on commit 8c86ed5

Please sign in to comment.