Skip to content
Snippets Groups Projects
api.rb 108 B
Newer Older
Arnaud Levy's avatar
Arnaud Levy committed
namespace :api do
  get 'lheo' => 'lheo#index', defaults: { format: :xml }
Arnaud Levy's avatar
Arnaud Levy committed
  root to: 'dashboard#index'
Arnaud Levy's avatar
Arnaud Levy committed
end