提交 8d58e691 编写于 作者: G Gabriel Mazetto

remove extra space to fix codestyle

上级 f5a0ac0f
......@@ -74,7 +74,7 @@ Rails.application.routes.draw do
end
# Health check
get 'health_check(/:checks)' => 'health_check#index', as: :health_check
get 'health_check(/:checks)' => 'health_check#index', as: :health_check
# Enable Grack support
mount Grack::AuthSpawner, at: '/', constraints: lambda { |request| /[-\/\w\.]+\.git\//.match(request.path_info) }, via: [:get, :post, :put]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册