From 73701f299c0d4487141693800441840d02c4ab90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josip=20Rajkovi=C4=87?= Date: Tue, 12 Dec 2017 05:15:29 +0100 Subject: [PATCH] Modified api routes (nothing) --- routes/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.php b/routes/api.php index c641ca5..166acfa 100644 --- a/routes/api.php +++ b/routes/api.php @@ -15,4 +15,4 @@ Route::middleware('auth:api')->get('/user', function (Request $request) { return $request->user(); -}); +}); \ No newline at end of file