Skip to content

Commit

Permalink
Merge pull request #1065 from mewtaylor/issue/go-page-querystring
Browse files Browse the repository at this point in the history
[Staging] Hotfix: allow querystrings for `/go`
  • Loading branch information
mewtaylor authored Nov 22, 2016
2 parents f98cf53 + a182367 commit 20bc8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
},
{
"name": "things-to-try",
"pattern": "^/go/?$",
"routeAlias": "/go/?$",
"pattern": "^/go/?(\\?.*)?$",
"routeAlias": "/go/?\\??$",
"view": "thingstotry/thingstotry",
"title": "Things to Try"
},
Expand Down

0 comments on commit 20bc8b8

Please sign in to comment.