Export auth API routes from app

This commit is contained in:
RaviAnand Mohabir 2021-05-21 13:12:52 +02:00
parent 7c454575ef
commit 09e0fb6da3

View File

@ -0,0 +1,3 @@
import { appAuth } from "$lib/appAuth";
export const { get, post } = appAuth;