From 980e25f779c2184e301ad91c03e29853a47ad9f3 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Sun, 17 May 2020 17:54:25 +0200 Subject: [PATCH] update netlify functions --- functions/templates.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/templates.js b/functions/templates.js index 753ff3e53..eb2d7dc88 100644 --- a/functions/templates.js +++ b/functions/templates.js @@ -13,11 +13,11 @@ exports.handler = (ev, ctx, cb) => { const templates = [ // 'infant', - 'bigbrain', - 'colin', - 'MNI152', - 'waxholmRatV2_0', - 'allenMouse' + 'templates/bigbrain', + 'templates/colin', + 'templates/MNI152', + 'templates/waxholmRatV2_0', + 'templates/allenMouse' ] const resp = templates -- GitLab