Deploy: TekDek Employees Portal (Daedalus, Talos, Icarus) - Live at web.tekdek.dev
This commit is contained in:
9
tekdek-employees-api/public/index.php
Normal file
9
tekdek-employees-api/public/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
use TekDek\Employees\Router;
|
||||
|
||||
Router::dispatch();
|
||||
Reference in New Issue
Block a user