Skip to content

Commit

Permalink
Add HTTP auth to /:project/push
Browse files Browse the repository at this point in the history
  • Loading branch information
foca committed Nov 19, 2008
1 parent 7948934 commit 17d5398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
end

post "/:project/push" do
login_required

content_type 'text/plain'

begin
Expand Down

0 comments on commit 17d5398

Please sign in to comment.