rakvium/blog

View on GitHub
app/controllers/api/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
 
module API
class Base < Grape::API
mount API::V1::Base
end
end