# in app/sinatra/sidapi_main.rb class SidapiMain get '/vm/profuct_index.html' do "Hello World" end end