SimplyBilling/app/app.rb
2024-02-29 19:49:53 -07:00

6 lines
61 B
Ruby

require 'sinatra'
get '/' do
'Hello, Simply Billing!'
end