diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-05 14:42:01 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-11 10:29:14 +0100 |
commit | 442a49db2bc5e3f6cea827879fa4f5c532a5f6f1 (patch) | |
tree | e757605148341535d92d52da22ab46996702b8e4 /config | |
parent | 28c4c949a5965f0328bb94d7ab1a318c9e226ff7 (diff) | |
download | gitlab-ce-442a49db2bc5e3f6cea827879fa4f5c532a5f6f1.tar.gz |
Skip authentication when requesting commit status badge
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 152a04061f2..6b710bc45ea 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -498,7 +498,7 @@ Rails.application.routes.draw do '/status/*id/badge', to: 'commit#badge', constraints: { format: /png/ }, - as: :commit_badge + as: :build_badge ) end |