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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user