Skip to content

Commit 20b7065

Browse files
committed
fix: grafana path
1 parent d0d2721 commit 20b7065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/monitoring/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect } from 'react';
22

33
export const Monitoring = () => {
44
useEffect(() => {
5-
window.location.replace('/dashboard');
5+
window.location.replace('/grafana');
66
}, []);
77

88
return <></>;

0 commit comments

Comments
 (0)