0.1.0 • Published 6 years ago

@dylanjs/slashless v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Slashless

Middleware for Dylan which redirects trailing slash requests.

Install

npm install @dylanjs/slashless

Usage

const slashless = require('@dylanjs/slashless');
app.use(slashless());

/foo/ redirects to /foo.

0.1.0

6 years ago