Skip to content

Commit

Permalink
adjust path for server panel (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 authored Jan 7, 2025
1 parent af4ac1d commit 7449b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/Filament/ServerPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function panel(Panel $panel): Panel
{
return $panel
->id('server')
->path('app/server')
->path('server')
->homeUrl('/')
->spa()
->databaseNotifications()
Expand Down

0 comments on commit 7449b82

Please sign in to comment.