Le run est lancé dans l'index

This commit is contained in:
Vincent LAURENT 2021-09-25 15:00:12 +02:00
parent afb8be1772
commit d0e6a3dbf2
2 changed files with 5 additions and 2 deletions

View File

@ -117,4 +117,5 @@ $f3->route('POST /@key/save',
Web::instance()->send($f3->get('UPLOADS').$key.'_signe.pdf');
}
);
$f3->run();
return $f3;

View File

@ -1,3 +1,5 @@
<?php
require_once(__DIR__.'/../app.php');
$f3 = require(__DIR__.'/../app.php');
$f3->run();