Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
whiny_requests to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniilmass committed Jun 16, 2020
1 parent 00177a5 commit a9af164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Middleware
@@mount_point = "/__web_console"

cattr_accessor :whiny_requests
@@whiny_requests = true
@@whiny_requests = false

def initialize(app)
@app = app
Expand Down

0 comments on commit a9af164

Please sign in to comment.