Commit 21cfb759 authored by Rémy Coutable's avatar Rémy Coutable

Resolve config/routes/user.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 967bcffc
......@@ -61,16 +61,13 @@ scope(constraints: { username: Gitlab::PathRegex.root_namespace_route_regex }) d
get :contributed, as: :contributed_projects
get :snippets
get :exists
<<<<<<< HEAD
get :pipelines_quota
=======
>>>>>>> upstream/master
get :activity
get '/', to: redirect('%{username}'), as: nil
## EE-specific
## EE-specific START
get :available_templates, format: :js
## EE-specific
get :pipelines_quota
## EE-specific END
end
# Compatibility with old routing
......
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