Jersey Len
Jersey Len
## Problem/Motivation It is not clear from the current README what functional goal this is meant to accomplish. (See [error/solution #10 in my previous issue thread](https://github.com/blinkreaction/boot2docker-vagrant/issues/3)). Once you successfully install...
Currently, this module redirects `/mypage` to `/mypage/`. I'd like to do the reverse: redirect `/mypage/` to `/mypage`. I prefer this method because 1) historically a trailing slash signifies a directory...
Currently, the main project readme states that one should clone the repo, `cd` inside, and then run `npm start`. If fact, one must run `npm install` before `npm start` will...