mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-17 03:45:13 +00:00
parent
f88c70b55e
commit
a6f3746c52
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ const routes: RouteRecordRaw[] = [
|
|||
redirect: (route) => ({ name: 'repo-pipeline', params: route.params }),
|
||||
},
|
||||
{
|
||||
path: 'build/:pipelineId+',
|
||||
path: 'build/:pipelineId',
|
||||
redirect: (route) => ({ name: 'repo-pipeline', params: route.params }),
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue