@@ -49,7 +49,7 @@ abstract class BaseController
{
$this->app = $app;
$this->request = $this->app->request;
- $this->request['Accept'] = 'application/json';
+// $this->request['Accept'] = 'application/json';
$route = [
'/index/Token/getToken',
'/index/index',