module Roda::RodaPlugins::StaticRouting

def self.configure(app)

def self.configure(app)
  app.opts[:static_routes] = {}
end