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:
Diffstat (limited to 'config/routes/admin.rb')
-rw-r--r--config/routes/admin.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index 5493e229f7e..5210b84c8ba 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -32,6 +32,14 @@ namespace :admin do
resources :abuse_reports, only: [:index, :destroy]
resources :gitaly_servers, only: [:index]
+ namespace :serverless do
+ resources :domains, only: [:index, :create, :update] do
+ member do
+ post '/verify', to: 'domains#verify'
+ end
+ end
+ end
+
resources :spam_logs, only: [:index, :destroy] do
member do
post :mark_as_ham