Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-06-04 00:16:13 +0300
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-06-06 17:02:11 +0300
commit8dc1fa0d8dc9106ab95a3039723e9013c4eed00c (patch)
treef41a60d994219e7c915428b1e3cd44a9843a8781 /config
parent7d3f8f542f0fe02ae27d5f527d578c19f47eec71 (diff)
Updated MR notes.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 1fc7985136b..9b54b292845 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -757,6 +757,7 @@ Rails.application.routes.draw do
resources :notes, only: [:index, :create, :destroy, :update], constraints: { id: /\d+/ } do
member do
+ post :toggle_award_emoji
delete :delete_attachment
end
end