Skip to content

Commit

Permalink
Merge pull request #1069 from mewtaylor/issue/go-page-querystring
Browse files Browse the repository at this point in the history
Remove extra $
  • Loading branch information
mewtaylor committed Nov 22, 2016
2 parents 20bc8b8 + 788b034 commit 12e7326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
{
"name": "things-to-try",
"pattern": "^/go/?(\\?.*)?$",
"routeAlias": "/go/?\\??$",
"routeAlias": "/go/?\\??",
"view": "thingstotry/thingstotry",
"title": "Things to Try"
},
Expand Down

0 comments on commit 12e7326

Please sign in to comment.