Skip to content

Commit

Permalink
fix route name
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jun 16, 2023
1 parent 2e8454e commit 80f8143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
Route::middleware(config('zeus-rain.middleware'))
->prefix(config('zeus-rain.path'))
->get('/{slug?}', Widgets::class)
->name('contact');
->name('landing-page');

0 comments on commit 80f8143

Please sign in to comment.