Finish API routes for users.

This commit is contained in:
Dane Everitt 2017-04-02 15:52:53 -04:00
parent 97773300ed
commit c071efd008
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 61 additions and 16 deletions

View file

@ -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');
}