diff --git a/Source/API/script/Config/config.php b/Source/API/script/Config/config.php index 1bf7188..836d091 100644 --- a/Source/API/script/Config/config.php +++ b/Source/API/script/Config/config.php @@ -8,10 +8,9 @@ function connect() $login = "root"; try { - $connection = new Connection($dsn ,$login,"root"); + $connection = new Connection($dsn, $login,"root"); } catch (PDOException $e) { http_response_code(404); - return http_response_code(); }