Skip to content

Commit

Permalink
Merge pull request #2 from lara-zeus/fix-route
Browse files Browse the repository at this point in the history
fix route name
  • Loading branch information
atmonshi authored Jun 16, 2023
2 parents 2e8454e + 80f8143 commit ec18a11
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 ec18a11

Please sign in to comment.