Skip to content

Commit

Permalink
Merge pull request #49 from wjstraver/master
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored Oct 13, 2022
2 parents bc10cc8 + 488855f commit b5f649b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LogsToolServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ protected function routes()
return;
}

Nova::router(['nova', Authorize::class], 'logs-tool')
Nova::router(['nova:api', Authorize::class], 'logs-tool')
->group(__DIR__.'/../routes/inertia.php');

Route::middleware(['nova', Authorize::class])
Route::middleware(['nova:api', Authorize::class])
->prefix('nova-vendor/KABBOUCHI/logs-tool')
->group(__DIR__.'/../routes/api.php');
}
Expand Down

0 comments on commit b5f649b

Please sign in to comment.