next.js/test/e2e/app-dir/app-routes/app/methods/head/route.ts
route.ts4 lines192 B
// This route only exports GET, and not HEAD. The test verifies that a request
// via HEAD will be the same as GET but without the response body.
export { GET } from '../../../handlers/hello'
Quest for Codev2.0.0
/
SIGN IN