This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrianshort
/
apollo
огледало од
https://github.com/adrianshort/apollo.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Added HTTP basic auth
master
Adrian Short
пре 12 година
родитељ
2c6aa40a92
комит
ab98447e21
1 измењених фајлова
са
2 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Откажи
Сачувај