Sinatra doesn’t know this ditty.

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