Skip to content

Commit

Permalink
Update livewire.php
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 authored Dec 17, 2024
1 parent ebbd504 commit 841b89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/livewire.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Laravel\Jetstream\Http\Controllers\TeamInvitationController;
use Laravel\Jetstream\Jetstream;

Route::group(['middleware' => config('jetstream.middleware', ['web'])], function () {
Route::group(['middleware' => config('jetstream.middleware', ['web']), 'prefix' => config('jetstream.prefix', '')], function () {
if (Jetstream::hasTermsAndPrivacyPolicyFeature()) {
Route::get('/terms-of-service', [TermsOfServiceController::class, 'show'])->name('terms.show');
Route::get('/privacy-policy', [PrivacyPolicyController::class, 'show'])->name('policy.show');
Expand Down

0 comments on commit 841b89f

Please sign in to comment.