Skip to content

Commit 3cc46a0

Browse files
committed
Move least specific route to the bottom
1 parent 9ae476b commit 3cc46a0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/core/routing/routes/routes.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ core-loginuserpassorg:
3636
}
3737
methods: [GET, POST]
3838

39-
core-error:
40-
path: /error/{code}
41-
defaults: {
42-
_controller: 'SimpleSAML\Module\core\Controller\Exception::error'
43-
}
44-
methods: [GET]
45-
4639
core-error-nocookie:
4740
path: /error/nocookie
4841
defaults: {
@@ -57,6 +50,13 @@ core-cardinality:
5750
}
5851
methods: [GET]
5952

53+
core-error:
54+
path: /error/{code}
55+
defaults: {
56+
_controller: 'SimpleSAML\Module\core\Controller\Exception::error'
57+
}
58+
methods: [GET]
59+
6060
core-warning-shortssointerval:
6161
path: /warning/short_sso_interval
6262
defaults: {

0 commit comments

Comments
 (0)