refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// GET /api/hello -> { message: "<translated>", lang: "<active>" }
|
||||
// Uses ctx.t / ctx.lang, resolved from the wire-lang cookie or Accept-Language.
|
||||
// Uses ctx.t / ctx.lang, resolved from the wrn-lang cookie or Accept-Language.
|
||||
import type { Context } from "@wrnexus/core";
|
||||
|
||||
export const GET = async (ctx: Context) => {
|
||||
|
||||
Reference in New Issue
Block a user