Skip to content
Snippets Groups Projects
Unverified Commit 531160be authored by Henne Vogelsang's avatar Henne Vogelsang
Browse files

Add user_login to route constraints

Missing from #10951
parent e3c4e7bc
Branches
Tags
2 merge requests!60Move 2.10.21 to production,!59Merge latest upstream updates from 2.10 branch
......@@ -40,6 +40,7 @@ OBSApi::Application.routes.draw do
service: %r{\w[^\/]*},
title: %r{[^\/]*},
user: %r{[^\/]*},
user_login: %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