summaryrefslogtreecommitdiff
path: root/config/routes
diff options
context:
space:
mode:
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