Add (tint)
This commit is contained in:
@@ -31,7 +31,7 @@ public function boot(): void
|
||||
$this->routes(function () {
|
||||
Route::middleware('web')
|
||||
->prefix('tests')
|
||||
->group(base_path('routes/tests.php'));
|
||||
->group(base_path('routes/tests.php'));
|
||||
Route::middleware('api')
|
||||
->prefix('api')
|
||||
->group(base_path('routes/api.php'));
|
||||
|
||||
Reference in New Issue
Block a user