- Correctly set the
bind
setting inRonin::Web::Server::Base
to ensure it
will always listen on0.0.0.0
. - Allow
directory
andmount
to accept directory paths ending with a/
. - Increased test coverage.
bind
setting in Ronin::Web::Server::Base
to ensure it0.0.0.0
.directory
and mount
to accept directory paths ending with a /
.