Initial Spark Install
This commit is contained in:
18
routes/api.php
Normal file
18
routes/api.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| API Routes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here is where you can register the API routes for your application as
|
||||
| the routes are automatically authenticated using the API guard and
|
||||
| loaded automatically by this application's RouteServiceProvider.
|
||||
|
|
||||
*/
|
||||
|
||||
Route::group([
|
||||
'middleware' => 'auth:api'
|
||||
], function () {
|
||||
//
|
||||
});
|
Reference in New Issue
Block a user