Remove unused param
This commit is contained in:
parent
83d25d8c2b
commit
5cc1c90021
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ quayApp.config(['$routeProvider', '$locationProvider', 'pages', function($routeP
|
|||
routeBuilder
|
||||
// Repository View
|
||||
.route('/repository/:namespace/:name', 'repo-view')
|
||||
.route('/repository/:namespace/:name/tag/:tag', 'repo-view', 'RepoCtrl')
|
||||
.route('/repository/:namespace/:name/tag/:tag', 'repo-view')
|
||||
|
||||
// Image View
|
||||
.route('/repository/:namespace/:name/image/:image', 'image-view')
|
||||
|
|
Reference in a new issue