summaryrefslogtreecommitdiff
path: root/config/routes
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2018-12-04 16:42:27 +0800
committerHeinrich Lee Yu <hleeyu@gmail.com>2019-01-07 11:16:58 +0800
commit876ab436fabf2f44e2a6912262f980256b7c9736 (patch)
treed9c94ea5ce9efe8d8ef588da132a143b1f526139 /config/routes
parentb83be5032716548ea9d738a03e0a20f660dc04ac (diff)
downloadgitlab-ce-876ab436fabf2f44e2a6912262f980256b7c9736.tar.gz
Add Import CSV Frontend
Added button and modal to accept CSV file for uploading
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index f50bf5ab76f..cf5a57300cf 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -361,6 +361,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end
collection do
post :bulk_update
+ post :import_csv
end
end