evodata/app/views/checks/_check.json.jbuilder

3 lines
124 B
Plaintext
Raw Normal View History

2021-12-18 16:14:50 +01:00
json.extract! check, :id, :name, :description, :hostname, :created_at, :updated_at
json.url check_url(check, format: :json)