Sync DNS2 production changes - removed obsolete test suite and refactored structure
This commit is contained in:
@@ -29,9 +29,9 @@ module.exports = function(ctx) {
|
||||
required: c.required,
|
||||
internal: c.internal || false,
|
||||
templateRef: c.templateRef || null,
|
||||
note: c.note || null,
|
||||
note: c.note || null
|
||||
})),
|
||||
setupInstructions: recipe.setupInstructions,
|
||||
setupInstructions: recipe.setupInstructions
|
||||
}));
|
||||
|
||||
res.json({ success: true, templates, categories: RECIPE_CATEGORIES });
|
||||
|
||||
Reference in New Issue
Block a user