Commit 80122ef2 authored by Michael Kozono's avatar Michael Kozono

Merge branch 'add-default-route-for-admin-geo' into 'master'

Add default route for admin geo

See merge request gitlab-org/gitlab-ee!15726
parents 2d42ff3d 476c76ea
---
title: Add default route for admin/geo
merge_request: 15726
author: Lee Tickett
type: other
...@@ -26,6 +26,8 @@ namespace :admin do ...@@ -26,6 +26,8 @@ namespace :admin do
end end
namespace :geo do namespace :geo do
get '/' => 'nodes#index'
resources :nodes, only: [:index, :create, :new, :edit, :update] resources :nodes, only: [:index, :create, :new, :edit, :update]
resources :projects, only: [:index, :destroy] do resources :projects, only: [:index, :destroy] do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment