Restructure project folders and remove obsolete files
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
This commit is contained in:
7
public/index.php
Normal file
7
public/index.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
use Franzz\Spot\Controller;
|
||||
|
||||
echo (new Controller())->handle(__FILE__, $argv ?? array());
|
||||
Reference in New Issue
Block a user