Skip to content

Commit b488fb9

Browse files
committed
[feat] support route 'installations'.
1 parent 5b596cc commit b488fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ module.exports = function(AV) {
386386
route !== 'search/select' &&
387387
route !== 'subscribe/statuses/count' &&
388388
route !== 'subscribe/statuses' &&
389+
route !== 'installations' &&
389390
!(/users\/[^\/]+\/updatePassword/.test(route)) &&
390391
!(/users\/[^\/]+\/friendship\/[^\/]+/.test(route))) {
391392
throw "Bad route: '" + route + "'.";

0 commit comments

Comments
 (0)