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

10 lines
167 B
PHP
Executable File

<?php
require_once ('vn/hedera/hedera.php');
require_once ('vn/web/json-app.php');
$restApp = new Vn\Web\JsonApp (Vn\Hedera\APP_NAME, 'rest');
$restApp->run ();
?>