Merge branch 'develop' into standalone_develop

This commit is contained in:
2023-04-12 14:51:36 +08:00
7 changed files with 21 additions and 17 deletions

View File

@@ -534,7 +534,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"
get 'raw/*filepath', to: 'repositories#raw', as: "raw", constraints: { filepath: /.+/}
end
end