EasyRecon/Hunt3r

View on GitHub
backend/app/views/engines/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.message
json.data do
  json.array! @engines do |engine|
    json.id engine.id
    json.name engine.name
    json.infos engine.infos
  end
end