We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a51dd2 commit 1dd8146Copy full SHA for 1dd8146
lib/controllers/TimegateController.js
@@ -37,7 +37,7 @@ function TimegateController(options) {
37
38
// Set up path matching
39
this._timegatePath = timegates.baseUrl || '/timegate/',
40
- this._matcher = new RegExp('^' + Util.toRegExp(this._timegatePath) + '(.+?)\/?$');
+ this._matcher = new RegExp('^' + Util.toRegExp(this._timegatePath) + '(.+?)\/?(?:\\?.*)?$');
41
}
42
Controller.extend(TimegateController);
43
0 commit comments