class Grape::Path

def path?

def path?
  raw_path&.match?(/^\S/) && raw_path != '/'
end