mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 02:34:11 +08:00
Resolve conflicts
This commit is contained in:
@@ -280,7 +280,7 @@ export function genSecret(length = 64) {
|
||||
}
|
||||
|
||||
export function getMonitorRelativeURL(id: string) {
|
||||
return "/dashboard/monitor/" + id;
|
||||
return "/dashboard/" + id;
|
||||
}
|
||||
|
||||
export function getMaintenanceRelativeURL(id: string) {
|
||||
|
Reference in New Issue
Block a user