浏览代码

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


正在加载...
取消
保存