update description
This commit is contained in:
parent
8a32c2d31f
commit
64f25f934b
2 changed files with 5 additions and 3 deletions
|
|
@ -831,7 +831,7 @@ const app = new Elysia()
|
|||
return Bun.file(filePath);
|
||||
},
|
||||
)
|
||||
.get("/converters", async ({ params, jwt, redirect, cookie: { auth } }) => {
|
||||
.get("/converters", async ({ jwt, redirect, cookie: { auth } }) => {
|
||||
if (!auth?.value) {
|
||||
return redirect("/login");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue