export async function GET(): Promise { return new Response(`${process.env.K_SERVICE}.${process.env.VERSION} is ok`) }