summaryrefslogtreecommitdiff
path: root/config/routes
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 15:07:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 15:07:42 +0000
commit263f926c770163788f78af03ab69689c94f57360 (patch)
tree4e1027e596629106d25fa461a1cf3d613749d279 /config/routes
parentcddaddb86bf6d4d277d206c42a9138a2d660ea56 (diff)
downloadgitlab-ce-263f926c770163788f78af03ab69689c94f57360.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index f339be7d0f5..be207f155f9 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -259,6 +259,10 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end
end
+ namespace :performance_monitoring do
+ resources :dashboards, only: [:create]
+ end
+
namespace :error_tracking do
resources :projects, only: :index
end