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

9 lines
103 B
PHP
Executable File

<?php
require_once ('vn/web/app.php');
$webApp = new Vn\Web\App ('hedera-web');
$webApp->run ();
?>