mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Le run est lancé dans l'index
This commit is contained in:
parent
afb8be1772
commit
d0e6a3dbf2
2 changed files with 5 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue