Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create mobile login endpoint
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 879face commit 1e35a11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions/api/auth/mobile/login.ts
@@ -0,0 +1,3 @@
export async function onRequestGet(context: RequestContext) {
return Response.redirect("/api/auth/oauth");
}

0 comments on commit 1e35a11

Please sign in to comment.