diff --git a/api-rest/index.php b/api-rest/index.php index 352041c..10c85b6 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -23,7 +23,7 @@ $username = "root"; $password = getenv("MYSQL_ROOT_PASSWORD"); - echo $dsn; + echo $password; // Initializing Database try{