Skip to content

Commit

Permalink
Update inertia.php
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 authored Dec 17, 2024
1 parent aa77a54 commit ebbd504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/inertia.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 ebbd504

Please sign in to comment.