hedera-web/cli.php

9 lines
122 B
PHP
Raw Normal View History

2016-07-22 20:00:27 +00:00
<?php
2016-09-24 14:32:31 +00:00
require_once 'vn-autoload.php';
2016-07-22 20:00:27 +00:00
$cliApp = new Vn\Lib\CliApp ('hedera-web', __DIR__.'/rest');
2016-07-22 20:00:27 +00:00
$cliApp->run ();
?>