diff --git a/api/config.php b/api/config.php index c07ab83..04a42f5 100644 --- a/api/config.php +++ b/api/config.php @@ -1,4 +1,9 @@ [ + 'displayErrorDetails' => true, + 'addContentLengthHeader' => false + ] +]; + diff --git a/api/index.php b/api/index.php index ee8530e..3bae386 100644 --- a/api/index.php +++ b/api/index.php @@ -12,6 +12,7 @@ * Routes */ require './routes/category.php'; +require './routes/rules.php'; // Run App $app->run(); \ No newline at end of file