mirror of https://github.com/flightphp/core
parent
b312f611fc
commit
f9b7c6b597
@ -1,12 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
require_once 'flight/Flight.php';
|
|
||||||
// require 'flight/autoload.php';
|
|
||||||
|
|
||||||
Flight::route('/', function () {
|
|
||||||
echo 'hello world!';
|
|
||||||
});
|
|
||||||
|
|
||||||
Flight::start();
|
|
||||||
Loading…
Reference in new issue