hedera-web/hedera-web.php

9 lines
168 B
PHP
Raw Permalink Normal View History

2016-10-11 14:45:10 +00:00
#!/usr/bin/php -q
2016-07-22 20:00:27 +00:00
<?php
2016-10-27 11:22:04 +00:00
@include_once __DIR__.'/env.php';
2016-09-24 14:32:31 +00:00
require_once 'vn-autoload.php';
2016-07-22 20:00:27 +00:00
2018-05-23 10:14:20 +00:00
$cliApp = new Vn\Lib\CliApp('hedera-web', __DIR__.'/rest');
$cliApp->run();