release: WRNexusJS 0.5.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { Context } from "@wrnexus/core";
|
||||
import { invokeAuthHandler } from "../api.ts";
|
||||
|
||||
export function GET(ctx: Context): Promise<Response> {
|
||||
return invokeAuthHandler("consumeMagicLink", ctx);
|
||||
}
|
||||
|
||||
export function POST(ctx: Context): Promise<Response> {
|
||||
return invokeAuthHandler("consumeMagicLink", ctx);
|
||||
}
|
||||
Reference in New Issue
Block a user