Finish API routes for users.
This commit is contained in:
parent
97773300ed
commit
c071efd008
5 changed files with 61 additions and 16 deletions
|
@ -29,6 +29,7 @@ use Crypt;
|
|||
use Config;
|
||||
use Closure;
|
||||
use Response;
|
||||
use Debugbar;
|
||||
use IPTools\IP;
|
||||
use IPTools\Range;
|
||||
use Illuminate\Http\Request;
|
||||
|
@ -74,6 +75,7 @@ class HMACAuthorization
|
|||
*/
|
||||
public function __construct()
|
||||
{
|
||||
Debugbar::disable();
|
||||
Config::set('session.driver', 'array');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue