diff --git a/app.php b/app.php index 97c0757..1b27d5b 100644 --- a/app.php +++ b/app.php @@ -117,4 +117,5 @@ $f3->route('POST /@key/save', Web::instance()->send($f3->get('UPLOADS').$key.'_signe.pdf'); } ); -$f3->run(); \ No newline at end of file + +return $f3; \ No newline at end of file diff --git a/public/index.php b/public/index.php index 731dd57..6206aef 100644 --- a/public/index.php +++ b/public/index.php @@ -1,3 +1,5 @@ run(); \ No newline at end of file