mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
6 lines
85 B
Ruby
6 lines
85 B
Ruby
require 'sinatra'
|
|
|
|
get '/' do
|
|
'Choo Choo! Welcome to your Sinatra server 🚅'
|
|
end
|