forked from verdnatura/hedera-web
10 lines
167 B
PHP
10 lines
167 B
PHP
|
<?php
|
||
|
|
||
|
require_once ('vn/hedera/hedera.php');
|
||
|
require_once ('vn/web/rest-app.php');
|
||
|
|
||
|
$restApp = new Vn\Web\RestApp (Vn\Hedera\APP_NAME, 'rest');
|
||
|
$restApp->run ();
|
||
|
|
||
|
?>
|