@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @author Temitope Olotin <[email protected]> |
|
4 | - * @license <https://opensource.org/license/MIT> MIT |
|
5 | - */ |
|
3 | + * @author Temitope Olotin <[email protected]> |
|
4 | + * @license <https://opensource.org/license/MIT> MIT |
|
5 | + */ |
|
6 | 6 | require 'vendor/autoload.php'; |
7 | 7 | |
8 | 8 | use \Psr\Http\Message\ResponseInterface as Response; |
@@ -16,8 +16,8 @@ discard block |
||
16 | 16 | |
17 | 17 | $app = new Slim\App([ |
18 | 18 | 'settings' => [ |
19 | - 'debug' => true, |
|
20 | - 'displayErrorDetails' => true, |
|
19 | + 'debug' => true, |
|
20 | + 'displayErrorDetails' => true, |
|
21 | 21 | ], |
22 | 22 | ]); |
23 | 23 |