remove extra space to fix codestyle
This commit is contained in:
parent
f5a0ac0fc1
commit
8d58e691c6
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue