Fixed route changes not using getUrl causing invalid url to be used when

using pathPrefix, renamed basePath to prefixPath, updated how getUrl
gets the prefixPath to prevent the need for rebuilding when its changed
now just requires restart
This commit is contained in:
JJ Kasper
2018-06-01 20:56:02 -05:00
parent 017a9993ee
commit e35f6f74eb
12 changed files with 80 additions and 54 deletions

View File

@@ -49,7 +49,7 @@ host.json
| ---- | ----------- |
| host | The host to listen on |
| port | The port to listen on |
| basePath | Used to prefix all urls for reverse proxies |
| prefixPath | Used to prefix all urls for reverse proxies |
production.json (overrides default.json with production NODE_ENV var)
@@ -85,12 +85,6 @@ Lint both
npm lint
```
## Changelog
__0.1.0__
- Initial release
## License
Copyright (c) 2017