projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
4759: Update Node Manager to parse new Arvados API timestamps.
[arvados.git]
/
services
/
arv-web
/
sample-rack-app
/
config.ru
1
app = proc do |env|
2
[200, { "Content-Type" => "text/html" }, ["hello <b>world</b> from ruby"]]
3
end
4
run app