<?php
$app = require '../../app/inc.php';

$app->api([
    "msg" => "Hello World!"
]);