{
  "/_not-found/page": "/_not-found",
  "/api/admin/cleanup/route": "/api/admin/cleanup",
  "/api/admin/system/route": "/api/admin/system",
  "/api/auth/login/route": "/api/auth/login",
  "/api/auth/logout/route": "/api/auth/logout",
  "/api/deploy-targets/[id]/route": "/api/deploy-targets/[id]",
  "/api/projects/[id]/deploy/route": "/api/projects/[id]/deploy",
  "/api/deploy-targets/route": "/api/deploy-targets",
  "/api/projects/[id]/rollback/route": "/api/projects/[id]/rollback",
  "/api/projects/[id]/route": "/api/projects/[id]",
  "/api/projects/route": "/api/projects",
  "/api/scan/route": "/api/scan",
  "/api/webhook/git/route": "/api/webhook/git",
  "/api/sse/route": "/api/sse",
  "/admin/page": "/admin",
  "/deploy-targets/new/page": "/deploy-targets/new",
  "/login/page": "/login",
  "/projects/new/page": "/projects/new",
  "/deploy-targets/page": "/deploy-targets",
  "/page": "/",
  "/deployments/page": "/deployments",
  "/projects/[id]/page": "/projects/[id]"
}