Possibly as designed, it seems that this causes an error when being called: ``` module Neo4jr class Service < Sinatra::Base get '/nodes/custom_thingy' do "foo" end end end ```