From 53b8965b7928aa14b01f5544428112a96ad39188 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 31 Mar 2018 13:06:27 -0700 Subject: [PATCH] Watermark in URL parameters" --- lib/routing.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/routing.js b/lib/routing.js index e1ab391..2d42341 100644 --- a/lib/routing.js +++ b/lib/routing.js @@ -34,7 +34,8 @@ const mappings = [ { field: 'fs:fontSize' }, { field: 'si:squaredImage', type: 'bool' }, { field: 'code:code' }, - { field: 'es:exportSize' } + { field: 'es:exportSize' }, + { field: 'wm:watermark', type: 'bool' } ] const reverseMappings = mappings.map(mapping =>