summaryrefslogtreecommitdiff
path: root/lib/web/middleware/checkURIValid.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-27Move note actions to their own file.David Mehren1-2/+2
Because of circular import problems, this commit also moves the error messages from response.js to errors.js Signed-off-by: David Mehren <dmehren1@gmail.com>
2017-05-08Rename checkURiValid.js to checkURIValid.jsMax Wu1-0/+0
2017-05-08refactor(app.js): Extract middleware to moduleBoHong Li1-0/+14
extract check URi is valid, redirect without trailing slashes