diff --git a/index.php b/index.php index ea575f7..52dc0f7 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,14 @@ getByType(Nette\Application\Application::class) ->run(); + } else { + + require_once __DIR__.'/node-index.php'; + + } \ No newline at end of file