Skip to content
Snippets Groups Projects
Unverified Commit de62ee6e authored by Henne Vogelsang's avatar Henne Vogelsang Committed by Andrej Shadura
Browse files

Add user_login to route constraints

Missing from #10951

Cherry-picked from 531160be
parent 04b07c49
No related branches found
No related tags found
1 merge request!5Upstream fixes from 2.10 branch
...@@ -40,6 +40,7 @@ OBSApi::Application.routes.draw do ...@@ -40,6 +40,7 @@ OBSApi::Application.routes.draw do
service: %r{\w[^\/]*}, service: %r{\w[^\/]*},
title: %r{[^\/]*}, title: %r{[^\/]*},
user: %r{[^\/]*}, user: %r{[^\/]*},
user_login: %r{[^\/]*},
repository_publish_build_id: %r{[^\/]*} repository_publish_build_id: %r{[^\/]*}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment