Optimized rest action routing

This commit is contained in:
Kevin Frantz
2019-02-19 19:47:31 +01:00
parent 1beae0cdc0
commit c7b6b85cde
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ class RestRoutesReachableIntegrationTest extends KernelTestCase
$this->routeAssert($url, $method);
break;
case ActionType::EXECUTE:
$url = "$baseUrl/$uri/action/execute.$format";
$url = "$baseUrl/$uri/execute.$format";
$this->routeAssert($url, $method);
break;
default: