From e33d2b854adac9c31a7e757aeed8c9421cd05660 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 23 May 2015 22:33:58 +0200 Subject: Disable laravel session cookie --- src/routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/routes.php') diff --git a/src/routes.php b/src/routes.php index def14d1..d424db8 100644 --- a/src/routes.php +++ b/src/routes.php @@ -1,5 +1,5 @@ version('v1', ['protected' => false], function ($api) { @@ -57,4 +57,4 @@ Route::group(array('https'), function() use ($api) { }); -}); \ No newline at end of file +}); -- cgit v1.2.3