Fix trailing whitespace and JSON parse errors on backend

This commit is contained in:
Nama Kamu
2026-06-11 15:02:32 +07:00
parent b008122815
commit 805f152be1
7 changed files with 17 additions and 18 deletions
-1
View File
@@ -9,4 +9,3 @@ $conn = mysqli_connect($host, $user, $pass, $db);
if (!$conn) {
die("Koneksi database gagal: " . mysqli_connect_error());
}
?>