mirror of
https://github.com/dokku/dokku.git
synced 2026-07-10 20:40:43 +02:00
5 lines
50 B
Ruby
5 lines
50 B
Ruby
require 'sinatra'
|
|
|
|
get '/' do
|
|
"Hello, world"
|
|
end |