Added echo
This commit is contained in:
@@ -25,8 +25,8 @@ if (!isAdmin()){
|
||||
header('Content-Type: application/json;charset=UTF-8');
|
||||
echo $find_all_keywords->pluck("key_word")->toJson(JSON_PRETTY_PRINT);
|
||||
}else{
|
||||
http_response_code(400);
|
||||
echo http_response_code(400);
|
||||
}
|
||||
}else{
|
||||
http_response_code(401);
|
||||
echo http_response_code(401);
|
||||
}
|
||||
Reference in New Issue
Block a user