diff --git a/includes/constants.php b/includes/constants.php index bb5d646..605fa56 100644 --- a/includes/constants.php +++ b/includes/constants.php @@ -34,6 +34,8 @@ 'HEIGHT' => 300 ]); +define('DESCRIPTION_MAX_LENGTH', 200); + define('HTTP_STATUS', [ 'OK' => 200, 'CREATED' => 201, diff --git a/index.php b/index.php index ca9b08b..1c1b388 100644 --- a/index.php +++ b/index.php @@ -79,7 +79,7 @@ class="modal fade"