mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-18 19:26:16 +01:00
change server verbiage to system
This commit is contained in:
@@ -3,7 +3,7 @@ import { createRouter } from '@nanostores/router'
|
||||
export const $router = createRouter(
|
||||
{
|
||||
home: '/',
|
||||
server: '/server/:name',
|
||||
server: '/system/:name',
|
||||
'forgot-password': '/forgot-password',
|
||||
},
|
||||
{ links: false }
|
||||
|
||||
Reference in New Issue
Block a user