Create mobile login endpoint
This commit is contained in:
parent
879face425
commit
1e35a11951
3
functions/api/auth/mobile/login.ts
Normal file
3
functions/api/auth/mobile/login.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export async function onRequestGet(context: RequestContext) {
|
||||||
|
return Response.redirect("/api/auth/oauth");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user