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

9 lines
118 B
PHP
Raw Normal View History

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