Unverified Commit 7a00acf7 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #1744 from LLK/hotfix/conference-route

[Develop] Ignore querystring when routing conference page 
parents e0461ca7 6c39953c
......@@ -2,6 +2,7 @@ language: node_js
node_js:
- '8'
sudo: required
group: deprecated-2017Q4
cache:
directories:
- /home/travis/virtualenv/python2.7/lib/python2.7/site-packages
......
......@@ -43,7 +43,7 @@
},
{
"name": "conference-index",
"pattern": "^/conference/?$",
"pattern": "^/conference/?(\\?.*)?$",
"routeAlias": "/conference(?!/201[4-5])",
"view": "conference/2018/index/index",
"title": "Scratch Conference",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment