Commit 3b83fad1 authored by Igor Wiedler's avatar Igor Wiedler

Move labkit middleware closer to the top of the stack

parent 2ee7dccf
# frozen_string_literal: true
Rails.application.config.middleware.use(Labkit::Middleware::Rack)
Rails.application.config.middleware.insert_after(ActionDispatch::RequestId, Labkit::Middleware::Rack)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment