Files
old-ribica/front-api/controllers/link_banner.rb
2015-03-29 12:46:51 +02:00

7 lines
55 B
Ruby

get '/link_banner' do
LinkBanner.all.to_json
end