Merge pull request '一些bug修复' (#147) from yystopf/forgeplus:hh_fix_bug into develop

This commit is contained in:
jasder
2021-09-10 18:30:40 +08:00
11 changed files with 60 additions and 15 deletions

View File

@@ -434,6 +434,7 @@ Rails.application.routes.draw do
get 'readme'
get 'languages'
get 'archive/:archive', to: 'repositories#archive', as: "archive", constraints: { archive: /.+/, format: /(zip|gzip)/ }
get 'raw', to: 'repositories#raw', as: "raw"
end
end