mirror of https://github.com/E-Almqvist/hsf
parent
8cbfcd2db4
commit
278c37f673
@ -0,0 +1,7 @@ |
|||||||
|
#!/usr/bin/ruby -w |
||||||
|
|
||||||
|
require "sinatra" |
||||||
|
|
||||||
|
get("") do |
||||||
|
return "Hello friend." |
||||||
|
end |
Loading…
Reference in new issue