Files
PolyWeather/frontend/app/ops/page.tsx
T

6 lines
110 B
TypeScript
Raw Normal View History

import { redirect } from "next/navigation";
2026-03-21 00:40:28 +08:00
export default function OpsPage() {
redirect("/ops/system");
2026-03-21 00:40:28 +08:00
}