diff --git a/app/src/routes/api/auth/[...auth].ts b/app/src/routes/api/auth/[...auth].ts new file mode 100644 index 0000000..302ac3f --- /dev/null +++ b/app/src/routes/api/auth/[...auth].ts @@ -0,0 +1,3 @@ +import { appAuth } from "$lib/appAuth"; + +export const { get, post } = appAuth;