diff --git a/AuthServer.md b/AuthServer.md index 55534d95..fff9fbd9 100644 --- a/AuthServer.md +++ b/AuthServer.md @@ -247,7 +247,4 @@ public function action_access_token() header('Content-type: application/json'); echo json_encode($response); } - header('Content-type: application/json'); - echo json_encode($response); -} ``` \ No newline at end of file