diff options
author | Hiroyuki Sato <sathiroyuki@gmail.com> | 2017-08-30 07:48:55 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-30 07:48:55 +0000 |
commit | 7187395ef13d8d84a145d1b5251882ebada3f7f2 (patch) | |
tree | 06188448a7059648d5ca99c159f525eaf3499cc3 /config/routes.rb | |
parent | df8ca5aaab21f47c328cc15f2c454b9cc97a3ed5 (diff) | |
download | gitlab-ce-7187395ef13d8d84a145d1b5251882ebada3f7f2.tar.gz |
Add filter by my reaction
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4fd6cb5d439..ce7ab1d20f6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -27,6 +27,7 @@ Rails.application.routes.draw do get '/autocomplete/users' => 'autocomplete#users' get '/autocomplete/users/:id' => 'autocomplete#user' get '/autocomplete/projects' => 'autocomplete#projects' + get '/autocomplete/award_emojis' => 'autocomplete#award_emojis' # Search get 'search' => 'search#show' |