From d0e6a3dbf23f0840275c80d6fce2b42f4b90f7e4 Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Sat, 25 Sep 2021 15:00:12 +0200 Subject: [PATCH] =?UTF-8?q?Le=20run=20est=20lanc=C3=A9=20dans=20l'index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.php | 3 ++- public/index.php | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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