'use server'; export const GET = async () => { return Response.json({ status: 'ok' }); }