mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 00:05:34 +08:00
Move maintenance under /maintenance
This commit is contained in:
@@ -340,5 +340,5 @@ export function getMonitorRelativeURL(id: string) {
|
||||
}
|
||||
|
||||
export function getMaintenanceRelativeURL(id: string) {
|
||||
return "/dashboard/maintenance/" + id;
|
||||
return "/maintenance/" + id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user