User Authentication Flow Works
This commit is contained in:
@@ -47,6 +47,7 @@ app.notFound((c) => {
|
||||
});
|
||||
|
||||
v1.route("/teapot", teapot);
|
||||
v1.route("/auth/redirect", await import("./auth/redirect").then(m => m.default));
|
||||
|
||||
app.route("/v1", v1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user