Browse Source

fixed 节点库参数列表接口

pull/347/head
xxq250 1 year ago
parent
commit
956552e36f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/action/node_inputs_controller.rb

+ 1
- 1
app/controllers/action/node_inputs_controller.rb View File

@@ -6,7 +6,7 @@ class Action::NodeInputsController < ApplicationController
@node_inputs = @node.action_node_inputs
respond_to do |format|
format.html
format.json
format.json{ render_ok(data: @node_inputs.as_json) }
end
end



Loading…
Cancel
Save