Refactor the logic of computing VSS/API Tree
Compare changes
Files
12+ 78
− 10
@@ -35,6 +35,7 @@ const createModel = catchAsync(async (req, res) => {
@@ -64,6 +65,7 @@ const createModel = catchAsync(async (req, res) => {
@@ -105,16 +107,18 @@ const listAllModels = catchAsync(async (req, res) => {
@@ -241,6 +245,68 @@ const getComputedVSSApi = catchAsync(async (req, res) => {
@@ -251,4 +317,6 @@ module.exports = {