From 7be6704b515e333372d6ded3abe04808f7a9d4fe Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Mon, 7 Nov 2016 11:13:32 -0500 Subject: [PATCH] Allow querystring in /hoc URL We should fix this for every URL, but that is too large of a change for a hotfix --- src/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index 697995346..4fed9d38c 100644 --- a/src/routes.json +++ b/src/routes.json @@ -122,7 +122,7 @@ { "name": "hoc", "pattern": "^/hoc/?$", - "routeAlias": "/hoc/?$", + "routeAlias": "/hoc/?\\??", "view": "hoc/hoc", "title": "Hour of Code" },