mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-15 20:11:18 +01:00
chore: rename aelis to freya (#122)
This commit is contained in:
7
apps/freya-backend/src/auth/http.ts
Normal file
7
apps/freya-backend/src/auth/http.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Hono } from "hono"
|
||||
|
||||
import type { Auth } from "./index.ts"
|
||||
|
||||
export function registerAuthHandlers(app: Hono, auth: Auth): void {
|
||||
app.on(["POST", "GET"], "/api/auth/*", (c) => auth.handler(c.req.raw))
|
||||
}
|
||||
Reference in New Issue
Block a user