Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitkerem committed Oct 5, 2020
1 parent deed6e6 commit bc89a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
mysqli_stmt_close($stmt);
} else {
http_response_code(503);
die();
die(mysqli_stmt_error($stmt)." ".mysqli_error($link));
}
}

Expand Down

0 comments on commit bc89a9e

Please sign in to comment.