Allow different recipes to be called via the INK component
Compare changes
Files
2- Alf Eaton authored
+ 32
− 11
@@ -3,7 +3,6 @@ const path = require('path')
@@ -46,13 +45,18 @@ const upload = (recipeId, inputFile, auth) => rp({
@@ -64,16 +68,33 @@ const download = (chain, auth, outputFileName) => {