summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-05 18:08:51 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-05 18:08:51 +0000
commit9c05a84cac5e6519ef545b14ead8989719c6f612 (patch)
treee93937c87050f9f9b5603bfe9b7f8aca86e146c8 /config/routes.rb
parentd4e0452ed946ca0cf4dd0537675abeda7a4c0ffa (diff)
downloadgitlab-ce-9c05a84cac5e6519ef545b14ead8989719c6f612.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 50b28830e99..10b1378d924 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -224,6 +224,8 @@ InitializerConnections.raise_if_new_database_connection do
# Deprecated route for permanent failures
# https://gitlab.com/gitlab-org/gitlab/-/issues/362606
post '/members/mailgun/permanent_failures' => 'mailgun/webhooks#process_webhook'
+
+ get '/timelogs' => 'time_tracking/timelogs#index'
end
# End of the /-/ scope.