BUGFIX: job/{id}/edit triggered routing to runs

This commit is contained in:
Jeroen De Meerleer 2021-05-27 14:07:00 +02:00
parent 03365a1fc8
commit 9fe4c0a6d0
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ job_view:
all: false
requirements:
id: \d+
all: (all|)
job_delete:
path: '/job/{id}'