Silent 7 years ago
parent
commit
6949a8626a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

xqd
@@ -18,7 +18,7 @@ use Illuminate\Http\Request;
 //    return $request->user();
 //});
 
-Route::get('login', function () {
+Route::get('/login', function () {
     return 'ok';
 });