0
1
Fork 0
hedera-web-mindshore/hedera.php

9 lines
118 B
PHP
Executable File

<?php
require_once ('vn/lib/cli-app.php');
$cliApp = new Vn\Lib\CliApp ('hedera-web', 'rest');
$cliApp->run ();
?>