Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/_export/code/wiki:syntax' do
    "Hello World"
  end
end