Skip to content

Commit

Permalink
Fixed bug in router configuration for scenarios reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Custiel committed Mar 4, 2016
1 parent 81cdb8c commit f1e7fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Config/router-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
],
'actions' => [
'if-matches' => [
['scenariosMethodIsDelete' => null],
['goto' => 'scenariosMethodIsDelete'],
],
'else' => [
['goto' => 'verifyUrl'],
Expand Down

0 comments on commit f1e7fd3

Please sign in to comment.