♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
app-routes
/
app
/
hooks
/
not-found
/
route.ts
route.ts
6 lines
89 B
import
{ notFound }
from
'next/navigation'
export
async
function
GET
() {
notFound
()
}
v2.0.0
/
Go
SIGN IN