Initial commit
This commit is contained in:
9
app/api/base.rb
Normal file
9
app/api/base.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
module API
|
||||
class Base < Grape::API
|
||||
PREFIX = '/api'
|
||||
|
||||
cascade false
|
||||
|
||||
mount API::V2::Base => API::V2::Base::API_VERSION
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user