Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
75db76db48e6
Commit
82e25518
authored
Jul 02, 2012
by
Saito
Browse files
dot needs a escape.
parent
318a148db08b
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/routes.rb
View file @
75db76db
...
...
@@ -14,7 +14,7 @@
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment