mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
Le run est lancé dans l'index
This commit is contained in:
parent
afb8be1772
commit
d0e6a3dbf2
3
app.php
3
app.php
@ -117,4 +117,5 @@ $f3->route('POST /@key/save',
|
||||
Web::instance()->send($f3->get('UPLOADS').$key.'_signe.pdf');
|
||||
}
|
||||
);
|
||||
$f3->run();
|
||||
|
||||
return $f3;
|
@ -1,3 +1,5 @@
|
||||
<?php
|
||||
|
||||
require_once(__DIR__.'/../app.php');
|
||||
$f3 = require(__DIR__.'/../app.php');
|
||||
|
||||
$f3->run();
|
Loading…
Reference in New Issue
Block a user