protectedlobster.ru
| 217 B | Satir:
0
| ru
Geri
# frozen_string_literal: true require 'rack/lobster' use Rack::ShowExceptions use Rack::Auth::Basic, "Lobster 2.0" do |username, password| Rack::Utils.secure_compare('secret', password) end run Rack::Lobster.new
Kaydet
Ctrl+S ile kaydet