summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-14 18:01:21 +0200
committerJames Lopez <james@jameslopez.es>2016-04-14 18:01:21 +0200
commit41163fd55251edbfa0d0dd341e34c878563e4981 (patch)
tree11c035294cacabf2d66ff1b7053ae2752d2162c6 /config/routes.rb
parent0852f539aa389c66ef377b7d567c931f928e147f (diff)
downloadgitlab-ce-41163fd55251edbfa0d0dd341e34c878563e4981.tar.gz
some experimental UI stuff to test export
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 842fbb99843..55d3084ed67 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -433,6 +433,7 @@ Rails.application.routes.draw do
post :housekeeping
post :toggle_star
post :markdown_preview
+ post :export
get :autocomplete_sources
get :activity
end