Add ability to send an array of paths that match for the same route/handler.
"post": {
"method": "GET",
"name": "post",
"path": [
"/post/:title",
"/blog-post/:title",
"/blog/post/:title"
],
"description": "Blog post",
"handler": "blogpost",
"params": {},
"enabled": true
}