File size: 146 Bytes
1e92f2d |
1 2 3 4 |
// This route exports POST. The test verifies that this route
// will handle the OPTIONS request.
export { POST } from '../../../handlers/hello'
|
1e92f2d |
1 2 3 4 |
// This route exports POST. The test verifies that this route
// will handle the OPTIONS request.
export { POST } from '../../../handlers/hello'
|