mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
feat(redirect): /system/mitm-proxy now points to /tools/agent-bridge (F7)
Update the old MITM proxy page redirect from /dashboard/system/proxy to /dashboard/tools/agent-bridge per plan 11 acceptance criterion.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
/**
|
||||
* MITM Proxy page — moved to AgentBridge (plan 11).
|
||||
* Redirects to the new location at /dashboard/tools/agent-bridge.
|
||||
*/
|
||||
export default function MitmProxyPage() {
|
||||
// MITM Proxy será movido para Tools/AgentBridge (plano 11)
|
||||
redirect("/dashboard/system/proxy");
|
||||
redirect("/dashboard/tools/agent-bridge");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user