mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
Merge branch 'develop' into standalone_develop
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user