Class: Api::PagesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/api/pages_controller.rb

Instance Method Summary collapse

Methods included from Response

#json_response

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/api/pages_controller.rb', line 5

def index
  render json: { content: 'Welcome to the JOGL API' }, status: :ok
end