diff --git a/conf/default.yaml b/conf/default.yaml index a4ee430..eea6ace 100644 --- a/conf/default.yaml +++ b/conf/default.yaml @@ -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'