변경추가

This commit is contained in:
DDD1542 2025-12-29 18:19:17 +09:00
parent ea3b6d2083
commit 6476a83d86
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export default function NodeEditorPage() {
useEffect(() => {
// /admin/dataflow 메인 페이지로 리다이렉트
router.replace("/admin/dataflow");
router.replace("/admin/systemMng/dataflow");
}, [router]);
return (