It was written up in 4.7 but never made the work order, which is exactly how it stayed dangerous in the first place. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export const GET = async () => {
|
|
return Response.json({ message: "Hello API" });
|
|
};
|