Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Sep 25, 2023
1 parent 8fd0d51 commit 6357b1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Routes/api.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?php

declare(strict_types=1);
use Illuminate\Support\Facades\Route;

use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
Expand All @@ -16,4 +15,6 @@
|
*/

/*
Route::middleware('auth:api')->get('/setting', static fn(Request $request) => $request->user());
*/

0 comments on commit 6357b1c

Please sign in to comment.