RubyUtils/lib/systems/main.rb

8 lines
83 B
Ruby

class Systems::MainSystem < Sinatra::Base
get "/" do
slim :index
end
end