Skip to content

Commit

Permalink
fix: grafana path
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Dec 13, 2022
1 parent d0d2721 commit 20b7065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/monitoring/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useEffect } from 'react';

export const Monitoring = () => {
useEffect(() => {
window.location.replace('/dashboard');
window.location.replace('/grafana');
}, []);

return <></>;
Expand Down

0 comments on commit 20b7065

Please sign in to comment.