module Roda::RodaPlugins::Heartbeat

def self.configure(app, opts=OPTS)

Set the heartbeat path to the given path.
def self.configure(app, opts=OPTS)
  app.opts[:heartbeat_path] = (opts[:path] || app.opts[:heartbeat_path] || "/heartbeat").dup.freeze
end