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
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-09-30 18:54:22 +0300
committerShinya Maeda <shinya@gitlab.com>2017-09-30 18:54:22 +0300
commite499c1c39dbea505858874ee47436641df3d93d4 (patch)
treebce2333e86abfbdba7e55d15bb1fe8e432657832 /config/routes
parentc30546f4aa073f44e97b49f47c57a9a89062c3c6 (diff)
Replace reactive_cache by multipel sidekiq workers
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 396681d272a..a01e26b2fe3 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -189,7 +189,7 @@ constraints(ProjectUrlConstrainer.new) do
end
member do
- get :creation_status, format: :json
+ get :status, format: :json
end
end