mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 20:46:12 +10:00
dot needs a escape.
This commit is contained in:
+1
-1
@@ -14,7 +14,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: '/:path', constraints: { path: /[\w-]+.git*/ }
|
||||
}), at: '/:path', constraints: { path: /[\w-]+\.git/ }
|
||||
|
||||
#
|
||||
# Help
|
||||
|
||||
Reference in New Issue
Block a user