removeRoute() public method

Remote endpoint/application from the server.
public removeRoute ( string $path ) : Kraken\Network\Http\Component\Router\HttpRouterInterface
$path string
return Kraken\Network\Http\Component\Router\HttpRouterInterface
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function removeRoute($path)
 {
     return $this->router->removeRoute($path);
 }