Sinatra doesn’t know this ditty.
Try this:
# in app/sinatra/sidapi_main.rb class SidapiMain get '/vm/profuct.html' do "Hello World" end end