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

6 lines
95 B
Ruby

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