fixed 节点库接口

This commit is contained in:
2024-12-30 16:04:20 +08:00
parent c014857cf5
commit 3c3ff13ab0
3 changed files with 20 additions and 4 deletions

View File

@@ -58,7 +58,10 @@ class Action::NodesController < ApplicationController
else
flash[:danger] = '删除失败'
end
redirect_to action_nodes_path
respond_to do |format|
format.html { redirect_to action_nodes_path }
format.json { render_ok() }
end
end
private