rubykube/barong

View on GitHub
app/api/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
module API
  class Base < Grape::API
    mount API::V2::Base => '/v2'
  end
end