Kraken\Network\Http\Component\Router\HttpRouterInterface::allowOrigin PHP 메소드

allowOrigin() 공개 메소드

Add an origin to the whitelist that will be allowed to connect to your application.
public allowOrigin ( string $address ) : Kraken\Network\Http\Component\Router\HttpRouterInterface
$address string
리턴 Kraken\Network\Http\Component\Router\HttpRouterInterface
    public function allowOrigin($address);