Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request gollum#589 from shanebdavis/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Nov 19, 2012
2 parents 4dab03b + e09f7cd commit f5581c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/gollum/frontend/app.rb
Expand Up @@ -282,10 +282,6 @@ def wiki_new
mustache :compare mustache :compare
end end


get %r{^/(javascript|css|images)} do
halt 404
end

get %r{/(.+?)/([0-9a-f]{40})} do get %r{/(.+?)/([0-9a-f]{40})} do
file_path = params[:captures][0] file_path = params[:captures][0]
version = params[:captures][1] version = params[:captures][1]
Expand Down

0 comments on commit f5581c4

Please sign in to comment.