mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-07-30 13:46:20 +02:00
✨ Export auth API routes from app
This commit is contained in:
parent
7c454575ef
commit
09e0fb6da3
3
app/src/routes/api/auth/[...auth].ts
Normal file
3
app/src/routes/api/auth/[...auth].ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
import { appAuth } from "$lib/appAuth";
|
||||||
|
|
||||||
|
export const { get, post } = appAuth;
|
Loading…
Reference in New Issue
Block a user