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

10 lines
163 B
PHP
Raw Normal View History

2016-07-22 20:00:27 +00:00
<?php
require_once ('vn/hedera/hedera.php');
require_once ('vn/lib/cli-app.php');
$cliApp = new Vn\Lib\CliApp (Vn\Hedera\APP_NAME, 'rest');
$cliApp->run ();
?>