Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowed the
'
character in routes (#163)
The character is an unescaped character for URLs and thus should do no harm when used within a URL. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent In fact, in Django (python web-framework) it is possible to have the `'` character within URLs without any problem. Thus that character should allowed.
- Loading branch information