Mattias Bodlund 1 year ago
parent
commit
d0434fa327
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/application_controller.rb

+ 1
- 1
app/controllers/application_controller.rb View File

@ -1,6 +1,6 @@
class ApplicationController < ActionController::Base class ApplicationController < ActionController::Base
http_basic_authenticate_with name: "stupid", password: "studio", except: Rails.env.development?
http_basic_authenticate_with name: "stupid", password: "studio"
private private


Loading…
Cancel
Save