hedera-web/json.php

9 lines
122 B
PHP
Executable File

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