summaryrefslogtreecommitdiff
path: root/lib/web/middleware/redirectWithoutTrailingSlashes.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-25Change config to camel case with backwards compatibilitySheogorath1-3/+3
This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-05-08refactor(app.js): Extract middleware to moduleBoHong Li1-0/+17
extract check URi is valid, redirect without trailing slashes