Skip to content

Commit 66d507b

Browse files
committed
Merge pull request #5 from Tarang/patch-1
Allow spiderable + picker usage
2 parents 66a89b9 + 2367be7 commit 66d507b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/instance.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Picker = new PickerImp();
2-
WebApp.connectHandlers.use(function(req, res, next) {
2+
WebApp.rawConnectHandlers.use(function(req, res, next) {
33
Picker._dispatch(req, res, next);
4-
});
4+
});

0 commit comments

Comments
 (0)