From 43b7711a7fc160a181d8fa6804f93db2d1ffb6df Mon Sep 17 00:00:00 2001 From: Malte-Thorben Bruns Date: Wed, 22 Apr 2015 22:18:45 +0200 Subject: [PATCH] globalClient: pre-load validate plugin --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index b4737ae..8e76eb6 100644 --- a/lib/index.js +++ b/lib/index.js @@ -12,6 +12,7 @@ globalClient.use('buffer'); globalClient.use('json'); globalClient.use('redirect'); globalClient.use('cookies'); +globalClient.use('validate'); exports.globalClient = globalClient;