Create mobile login endpoint

This commit is contained in:
2023-10-19 16:51:09 -04:00
parent 879face425
commit 1e35a11951

View File

@ -0,0 +1,3 @@
export async function onRequestGet(context: RequestContext) {
return Response.redirect("/api/auth/oauth");
}