7 lines
55 B
Ruby
7 lines
55 B
Ruby
|
|
|
||
|
|
|
||
|
|
get '/link_banner' do
|
||
|
|
LinkBanner.all.to_json
|
||
|
|
end
|
||
|
|
|