File size: 192 Bytes
1e92f2d |
1 2 3 4 |
// 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'
|