adjust path for server panel (#884)

This commit is contained in:
Boy132 2025-01-07 09:34:13 +01:00 committed by GitHub
parent af4ac1db92
commit 7449b82f41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ class ServerPanelProvider extends PanelProvider
{
return $panel
->id('server')
->path('app/server')
->path('server')
->homeUrl('/')
->spa()
->databaseNotifications()