6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
export const GET = () => {
|
|
return Response.json({
|
|
hello: 'elliot',
|
|
})
|
|
}
|