commit
fca957086e
2 changed files with 5 additions and 2 deletions
|
@ -18,7 +18,7 @@ Gitlab::Application.routes.draw do
|
|||
project_root: GIT_HOST['base_path'],
|
||||
upload_pack: GIT_HOST['upload_pack'],
|
||||
receive_pack: GIT_HOST['receive_pack']
|
||||
}), at: '/git'
|
||||
}), at: '/:path', constraints: { path: /[\w-]+.git*/ }
|
||||
|
||||
#
|
||||
# Help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue