4in1_ws_web/public/index.php
2025-05-15 04:51:23 +03:00

6 lines
99 B
PHP

<?php
require_once __DIR__.'/../src/init.php';
engine\http\RequestHandler::resolveAndDispatch();