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

9 lines
122 B
PHP
Raw Normal View History

2016-08-22 10:41:05 +00:00
<?php
require_once ('vn/web/json-app.php');
2016-08-25 10:47:09 +00:00
$restApp = new Vn\Web\JsonApp ('hedera-web', 'rest');
2016-08-22 10:41:05 +00:00
$restApp->run ();
?>