зеркало из https://github.com/git/gitscm-old.git
accept html urls
This commit is contained in:
Родитель
06ae1c1b5f
Коммит
f4c478e53d
1
app.rb
1
app.rb
|
@ -39,6 +39,7 @@ class GitApp < Sinatra::Base
|
|||
|
||||
get '/:action' do
|
||||
@action = params[:action]
|
||||
@action.gsub!('.html', '')
|
||||
get_version if @action == 'download'
|
||||
erb :"#{@action}"
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче