0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Hannah Wolfe 6a52fc8ace Redirect uppercase routes to lowercase version
fixes #3857

- adds uncapitalise middleware which detects uppercase in req.path and
  redirects to the lowercase equivalent
- change the ghost route to a regex, just so it's consistent with other
  routes in the file
2014-08-23 17:59:58 +01:00
..
client Merge pull request #3830 from wjake/issue-3813 2014-08-21 20:09:18 +01:00
server Redirect uppercase routes to lowercase version 2014-08-23 17:59:58 +01:00
shared Removing prototypal i18n code 2014-08-16 17:29:54 +01:00
test Redirect uppercase routes to lowercase version 2014-08-23 17:59:58 +01:00
bootstrap.js
index.js Extract starting functionality into an exported class 2014-08-21 17:04:39 -04:00
server.js