{
  "/[...path]/page": "app/[...path]/page.js",
  "/_not-found/page": "app/_not-found/page.js",
  "/nhfs_dl/[...file]/route": "app/nhfs_dl/[...file]/route.js",
  "/page": "app/page.js",
  "/upload/route": "app/upload/route.js"
}