1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-18 13:46:34 +02:00

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();