This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/public/api/simulator.php

6 lines
86 B
PHP
Raw Normal View History

2022-01-19 19:16:09 +00:00
<?php
$app = require '../../app/inc.php';
$app->api([
"msg" => "Hello World!"
]);