Project

General

Profile

Download (248 Bytes) Statistics
| Branch: | Tag: | Revision:
2807589b Corey Osman
# config/routes/api/v1.rb

76cd46ce Ohad Levy
Foreman::Application.routes.draw do
2807589b Corey Osman
b2b47290 Petr Chalupa
#namespace :api, :defaults => {:format => 'json'} do
# scope :module => :v2, :constraints => ApiConstraints.new(:version => 2) do
# resources :bookmarks
# end
#end
2807589b Corey Osman
end