geek 4 anni fa
parent
commit
43b2300377
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      application/index/BaseController.php

+ 1 - 1
application/index/BaseController.php

@@ -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',