瀏覽代碼

Added HTTP basic auth

master
Adrian Short 12 年之前
父節點
當前提交
ab98447e21
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      app/controllers/feeds_controller.rb

+ 2
- 0
app/controllers/feeds_controller.rb 查看文件

@@ -1,4 +1,6 @@
class FeedsController < ApplicationController
http_basic_authenticate_with :name => ENV['auth_username'], :password => ENV['auth_password']
# GET /feeds
# GET /feeds.json
def index


Loading…
取消
儲存