@@ -6,8 +6,8 @@ |
||
6 | 6 | { |
7 | 7 | error_log('test'); |
8 | 8 | header('Content-Type: application/json'); |
9 | - echo json_encode($jodelAccountForKarma->votePostId($_GET['postId'], $_GET['vote'])); |
|
10 | - die(); |
|
9 | + echo json_encode($jodelAccountForKarma->votePostId($_GET['postId'], $_GET['vote'])); |
|
10 | + die(); |
|
11 | 11 | } |
12 | 12 | |
13 | 13 | if(isset($_GET['solution']) && isset($_POST['deviceUid'])) |