gitlink-forgeplus/app/controllers/api/v1/users_controller.rb

6 lines
96 B
Ruby

class Api::V1::UsersController < Api::V1::BaseController
def index
render_ok
end
end