Rails.application.routes.draw do
  use_doorkeeper
  mount Api::Base, at: "/api"
end