EasyRecon/Hunt3r

View on GitHub
backend/app/controllers/home_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class HomeController < ApplicationController

  # GET /
  def index
    render json: { message: 'UP' }, status: 200
  end
end