Commit eebd74d6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Move some project routes under /-/ scope

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent f1456594
---
title: Move some project routes under /-/ scope
merge_request: 28435
author:
type: changed
......@@ -39,7 +39,7 @@ scope format: false do
end
end
scope constraints: { id: Gitlab::PathRegex.git_reference_regex } do
scope path: '-', constraints: { id: Gitlab::PathRegex.git_reference_regex } do
resources :network, only: [:show]
resources :graphs, only: [:show] 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